Metadata-Version: 2.1
Name: angr
Version: 9.0.6642
Summary: A multi-architecture binary analysis toolkit, with the ability to perform dynamic symbolic execution and various static analyses on binaries
Home-page: https://github.com/angr/angr
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: sortedcontainers
Requires-Dist: cachetools
Requires-Dist: capstone (>=3.0.5rc2)
Requires-Dist: dpkt
Requires-Dist: mulpyplexer
Requires-Dist: networkx (>=2.0)
Requires-Dist: progressbar2
Requires-Dist: rpyc
Requires-Dist: cffi (>=1.14.0)
Requires-Dist: unicorn
Requires-Dist: archinfo (==9.0.6642)
Requires-Dist: claripy (==9.0.6642)
Requires-Dist: cle (==9.0.6642)
Requires-Dist: pyvex (==9.0.6642)
Requires-Dist: ailment (==9.0.6642)
Requires-Dist: GitPython
Requires-Dist: psutil
Requires-Dist: pycparser (>=2.18)
Requires-Dist: itanium-demangler
Requires-Dist: CppHeaderParser
Requires-Dist: protobuf (>=3.12.0)
Provides-Extra: angrdb
Requires-Dist: sqlalchemy ; extra == 'angrdb'
Provides-Extra: pcode
Requires-Dist: pypcode (==0.0.2) ; extra == 'pcode'

