summaryrefslogtreecommitdiff
path: root/devel/py-angr/DESCR
blob: a9e0e29c899f65a3cce882f3ddee7d4bd2eed6d4 (plain)
1
2
3
4
5
6
7
8
9
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)