Metadata-Version: 2.1
Name: pwntools
Version: 4.3.1
Summary: Pwntools CTF framework and exploit development library.
Home-page: https://pwntools.com
Download-URL: https://github.com/Gallopsled/pwntools/releases
Author: Gallopsled et al.
Author-email: pwntools-users@googlegroups.com
License: Mostly MIT, some GPL/BSD, see LICENSE-pwntools.txt
Keywords: pwntools exploit ctf capture the flag binary wargame overflow stack heap defcon
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Assemblers
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Disassemblers
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: System Shells
Classifier: Topic :: Utilities
Requires-Python: >=2.7
License-File: LICENSE-pwntools.txt
Requires-Dist: paramiko (>=1.15.2)
Requires-Dist: mako (>=1.0.0)
Requires-Dist: pyelftools (>=0.2.4)
Requires-Dist: capstone (>=3.0.5rc2)
Requires-Dist: ropgadget (>=5.3)
Requires-Dist: pyserial (>=2.7)
Requires-Dist: requests (>=2.0)
Requires-Dist: pygments (>=2.0)
Requires-Dist: pysocks
Requires-Dist: python-dateutil
Requires-Dist: packaging
Requires-Dist: psutil (>=3.3.0)
Requires-Dist: intervaltree (>=3.0)
Requires-Dist: sortedcontainers
Requires-Dist: unicorn
Requires-Dist: six (>=1.12.0)

