Metadata-Version: 2.4
Name: angr-management
Version: 9.2.169
Summary: The official GUI for angr
License: BSD-2-Clause
Project-URL: Homepage, https://angr.io
Project-URL: Repository, https://github.com/angr/angr-management
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6-Essentials!=6.7.0,>=6.4.2
Requires-Dist: PySide6-QtAds>=4.2.1
Requires-Dist: QtAwesome==1.4.0
Requires-Dist: QtPy
Requires-Dist: angr[angrDB]==9.2.169
Requires-Dist: bidict
Requires-Dist: cle==9.2.169
Requires-Dist: ipython
Requires-Dist: pyqodeng>=0.0.10
Requires-Dist: requests[socks]
Requires-Dist: tomlkit
Requires-Dist: pyobjc-framework-Cocoa; platform_system == "Darwin"
Requires-Dist: thefuzz[speedup]
Requires-Dist: binsync==5.2.2
Requires-Dist: rpyc
Requires-Dist: qtconsole
Provides-Extra: binharness
Requires-Dist: binharness~=0.1.0; extra == "binharness"
Provides-Extra: bintrace
Requires-Dist: bintrace; extra == "bintrace"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Provides-Extra: pyinstaller
Requires-Dist: pyinstaller==6.14.1; extra == "pyinstaller"
Requires-Dist: pillow; platform_system == "Darwin" and extra == "pyinstaller"
Requires-Dist: keystone-engine; extra == "pyinstaller"
Requires-Dist: angr[unicorn]; extra == "pyinstaller"
Requires-Dist: cle[ar,minidump,pdb,uefi,xbe]; extra == "pyinstaller"
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-xdist; extra == "testing"
Dynamic: license-file

# angr-management

angr-management is a cross-platform, open-source, graphical binary analysis tool powered by the [angr](https://angr.io) binary analysis platform! See [here](https://angr-management.readthedocs.io/en/latest/) for more information.

Some screenshots:

[![Disassembly](screenshots/disassembly.png)](https://github.com/angr/angr-management/blob/master/screenshots/disassembly.png)
[![Decompilation](screenshots/decompilation.png)](https://github.com/angr/angr-management/blob/master/screenshots/decompilation.png)
