.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
pwnv.py
pyproject.toml
uv.lock
.devcontainer/devcontainer-lock.json
.devcontainer/devcontainer.json
.devcontainer/post-create.sh
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/release.yml
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/scm_file_list.json
pwnv.egg-info/scm_version.json
pwnv.egg-info/top_level.txt
pwnv/cli/__init__.py
pwnv/cli/challenge.py
pwnv/cli/challenge_env.py
pwnv/cli/ctf.py
pwnv/cli/doctor.py
pwnv/cli/init.py
pwnv/cli/note.py
pwnv/cli/plugin.py
pwnv/cli/reset.py
pwnv/cli/shell.py
pwnv/cli/solve.py
pwnv/cli/status.py
pwnv/cli/workspace.py
pwnv/core/__init__.py
pwnv/core/plugin_manager.py
pwnv/core/setup.py
pwnv/examples/plugins/pwn_example.py
pwnv/examples/plugins/selection.json
pwnv/examples/templates/pwn/rop.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/selection.py
pwnv/utils/template.py
pwnv/utils/ui.py
pwnv/utils/venv.py
pwnv/utils/workspace.py
tests/__init__.py
tests/conftest.py
tests/test_crud.py
tests/test_crud_local.py
tests/test_ctf_cli.py
tests/test_init.py
tests/test_models.py
tests/test_plugin.py
tests/test_plugins.py
tests/test_regressions.py
tests/test_remote_ctf.py
tests/test_template_rendering.py
tests/test_workflow_features.py
tests/test_workflows.py
tests/test_workspace.py