Metadata-Version: 2.1
Name: angr-management
Version: 9.2.128
Summary: GUI for angr
Home-page: https://github.com/angr/angr-management
License: BSD-2-Clause
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 !=6.7.0,>=6.4.2
Requires-Dist: PySide6-QtAds >=4.2.1
Requires-Dist: QtAwesome
Requires-Dist: QtPy
Requires-Dist: angr[angrdb] ==9.2.128
Requires-Dist: bidict
Requires-Dist: ipython
Requires-Dist: pyqodeng >=0.0.10
Requires-Dist: requests[socks]
Requires-Dist: tomlkit
Requires-Dist: thefuzz[speedup]
Requires-Dist: binsync ==4.0.0
Requires-Dist: rpyc
Requires-Dist: traitlets !=5.2.1,!=5.2.2
Requires-Dist: jupyter-core
Requires-Dist: jupyter-client >=4.1
Requires-Dist: pygments
Requires-Dist: ipykernel >=4.1
Requires-Dist: qtpy >=2.4.0
Requires-Dist: pyzmq >=26.1.0
Requires-Dist: packaging
Requires-Dist: pyobjc-framework-Cocoa ; platform_system == "Darwin"
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.10 ; extra == 'pyinstaller'
Requires-Dist: keystone-engine ; extra == 'pyinstaller'
Requires-Dist: pillow ; (platform_system == "Darwin") and extra == 'pyinstaller'
Requires-Dist: archr ==9.2.128 ; (platform_system == "Linux") and extra == 'pyinstaller'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-xdist ; extra == 'testing'

# 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)
