Questions addressing the platform-agnostic binary analysis framework angr. Use together with python-tag.
Angr is a suite of Python 3 libraries that let you load binary data and treat it in different ways:
- Disassembly and intermediate-representation lifting
- Program instrumentation
- Symbolic execution
- Control-flow analysis
- Data-dependency analysis
- Value-set analysis (VSA)
- Decompilation