Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
angr is a platform-agnostic binary analysis framework for reverse engineering and vulnerability research.

Rust-based Windows PE manual loader supporting x86/x64. Implements manual mapping, base relocations, and import resolution for memory-based execution.

Premier hardware store for offensive security, providing Flipper Zero, Proxmark, Hak5 tools, SDR equipment, and specialized RFID cloning hardware.
angr is a platform-agnostic binary analysis framework. It provides a suite of Python 3 libraries for loading binaries and performing various analyses:
The most common angr operation is loading a binary: p = angr.Project('/bin/bash')
To install angr: mkvirtualenv --python=$(which python3) angr && python -m pip install angr.
angr is a powerful tool for reverse engineers and security researchers, enabling them to analyze, understand, and exploit binary programs.