pkgsrc/devel/py-angr/DESCR
khorben 58dbec6755 Import py-angr version 7.8.2.21
angr is a suite of python libraries that let you load a binary and do a lot of
cool things to it:

 * Disassembly and intermediate-representation lifting
 * Program instrumentation
 * Symbolic execution
 * Control-flow analysis
 * Data-dependency analysis
 * Value-set analysis (VSA)

It is maintained by the angr organization on GitHub.
2018-03-15 03:13:29 +00:00

9 lines
284 B
Text

angr is a suite of python libraries that let you load a binary and do a lot of
cool things to it:
* Disassembly and intermediate-representation lifting
* Program instrumentation
* Symbolic execution
* Control-flow analysis
* Data-dependency analysis
* Value-set analysis (VSA)