LICENSE
README.md
setup.py
pwnshop/__init__.py
pwnshop/__main__.py
pwnshop/challenge.py
pwnshop/register.py
pwnshop/util.py
pwnshop.egg-info/PKG-INFO
pwnshop.egg-info/SOURCES.txt
pwnshop.egg-info/dependency_links.txt
pwnshop.egg-info/entry_points.txt
pwnshop.egg-info/requires.txt
pwnshop.egg-info/top_level.txt
pwnshop/environments/__init__.py
pwnshop/environments/bare_env.py
pwnshop/environments/docker_env.py
pwnshop/environments/env.py
pwnshop/templates/disable_aslr.c
pwnshop/templates/disassemble.c
pwnshop/templates/disassemble_rop.c
pwnshop/templates/disassemble_rop_aarch64.c
pwnshop/templates/drop_privs.c
pwnshop/templates/flag_seed.c
pwnshop/templates/heap_recon.c
pwnshop/templates/peer-discovery.py
pwnshop/templates/stack_recon.c
pwnshop/templates/stack_recon_aarch64.c
pwnshop/templates/temporary-db.py
pwnshop/templates/base/base.c
pwnshop/templates/base/flask.py
pwnshop/templates/base/main.c
pwnshop/templates/base/selenium.py
pwnshop/templates/base/stdio.c
pwnshop/templates/base/stdio.py
pwnshop/templates/base/tcp_fork_dup.c
tests/test_env.py