ports/devel/angr/py-angr/pkg/DESCR

11 lines
296 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
angr is a suite of Python 3 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)
- Decompilation