package bap-optimization

  1. Overview
  2. No Docs
A BAP plugin that removes dead IR code

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.0.tar.gz
md5=5abd9b3628b43f797326034f31ca574f

Description

A pass that conservatively removes dead code in the generated IR. The removed dead code is usually produced by a lifter, though it might be possible that a binary indeed contains a dead code. The algorithm doesn't remove variables that are stored in memory, only registers are considered.

Published: 14 Jul 2022

Dependencies (6)

  1. graphlib = "2.5.0"
  2. regular = "2.5.0"
  3. bap-std = "2.5.0"
  4. ppx_bap
  5. core_kernel >= "v0.14" & < "v0.16"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (1)

  1. bap-core >= "2.5.0"

Conflicts

None