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.

Vulnetic AI is a high-performance hacking agent built for serious penetration testing at a fraction of typical costs.
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.