Generate data-flow graph and def-use graph for a function based on miasm and IDA Pro.
-
Updated
May 17, 2022 - Python
Generate data-flow graph and def-use graph for a function based on miasm and IDA Pro.
Reaching Definition Analysis - Advanced Compiler class homework
This project is used to extract some basic assignment statements, loop conditions from the given python program. Using static control flow analysis, the project can be used to create a control flow graph. Using Reaching definition and live variable analysis, one can eliminate dead code from the program.
Detecting semantically equivalent code clone pairs in two or more code fragments.
Implementation of different forms of static program analysis techniques
Static analysis tool for format string vulnerability detection
Add a description, image, and links to the reaching-definition-analysis topic page so that developers can more easily learn about it.
To associate your repository with the reaching-definition-analysis topic, visit your repo's landing page and select "manage topics."