.gitignore
.pre-commit-config.yaml
LICENSE
README.md
port.py
pwnv.py
pyproject.toml
uv.lock
.devcontainer/devcontainer.json
.github/workflows/lint.yml
.github/workflows/release.yml
plugin_examples/plugins/pwn_example.py
plugin_examples/plugins/selection.json
plugin_examples/templates/pwn/rop.py
pwnv/__init__.py
pwnv/constants.py
pwnv.egg-info/PKG-INFO
pwnv.egg-info/SOURCES.txt
pwnv.egg-info/dependency_links.txt
pwnv.egg-info/entry_points.txt
pwnv.egg-info/requires.txt
pwnv.egg-info/top_level.txt
pwnv/cli/__init__.py
pwnv/cli/challenge.py
pwnv/cli/ctf.py
pwnv/cli/init.py
pwnv/cli/plugin.py
pwnv/cli/reset.py
pwnv/cli/solve.py
pwnv/core/__init__.py
pwnv/core/plugin_manager.py
pwnv/core/setup.py
pwnv/models/__init__.py
pwnv/models/challenge.py
pwnv/models/ctf.py
pwnv/models/init.py
pwnv/plugins/__init__.py
pwnv/plugins/plugin.py
pwnv/utils/__init__.py
pwnv/utils/config.py
pwnv/utils/crud.py
pwnv/utils/guards.py
pwnv/utils/plugin.py
pwnv/utils/remote.py
pwnv/utils/template.py
pwnv/utils/ui.py
tests/__init__.py
tests/conftest.py
tests/test_crud.py
tests/test_crud_local.py
tests/test_plugin.py
tests/test_plugins.py
tests/test_remote_ctf.py
tests/test_template_rendering.py