Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.04 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.04 KB

angr Management

This is the GUI for angr. Launch it and analyze some binaries!

Installation

From PyPI

To install angr-management, use pip:

pip install PySide --install-option "--jobs=4"  # replace 4 with the number of cores on your machine
pip install angr-management

The version on PyPI may not be up-to-date. Please consider having a development install if you plan to use latest features/fixes in angr Management.

Development Install

  • Check out the Git repo:
git clone [email protected]:angr/angr-management.git
  • Install PySide
pip install PySide --install-option "--jobs=4"  # replace 4 with the number of cores on your machine
  • Install angr Management
cd angr-management
pip install -e .

How to run

To run angr-management:

python -m angrmanagement

Or if you have a development install:

python start.py

Issues

'module' object has noattribute 'MIPS_GRP_CALL'

Your capstone install is too old. You may install the version from our fork.