Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 542 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 542 Bytes

Build Status

  • myssa: Simple Implementation of SSA transformation.

  • copypropagation: Propagate Assignment (e.g., x := y; z := x to x := y; z := y).

  • mydeadcode: DeadCode elimination, the alogirithm is same to BinaryAnalysisPlatform/bap-plugins.

  • prune ssa: The Set of passes (myssa, copypropagation, mydeadcode). This produces prune ssa.