.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
mkdocs.yml
pwnv.py
pyproject.toml
uv.lock
.devcontainer/devcontainer-lock.json
.devcontainer/devcontainer.json
.devcontainer/post-create.sh
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/platform_support.yml
.github/workflows/ci.yml
.github/workflows/release-drafter.yml
.github/workflows/release.yml
docs/index.md
docs/api/challenge.md
docs/api/json.md
docs/dev/index.md
docs/dev/release.md
docs/dev/testing.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/getting-started/workspace.md
docs/guide/automation.md
docs/guide/backup.md
docs/guide/challenges.md
docs/guide/navigation.md
docs/guide/plugins.md
docs/guide/remote.md
docs/reference/cli.md
pwnv/__init__.py
pwnv/api.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/options.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/serialize.py
pwnv/utils/template.py
pwnv/utils/ui.py
pwnv/utils/venv.py
pwnv/utils/workspace.py
scripts/gen_cli_docs.py
scripts/smoke.sh
tests/__init__.py
tests/conftest.py
tests/test_api_and_json.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