[LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.
-
Updated
Nov 29, 2023 - C++
[LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.
This repo contains the implementation of a number of algorithms for computing control dependencies, weak control closure, and static single assignment (SSA) program transformation.
A python script that generates a control dependence graph of a binary based on control flow graph and execution trace
Add a description, image, and links to the control-dependency topic page so that developers can more easily learn about it.
To associate your repository with the control-dependency topic, visit your repo's landing page and select "manage topics."