No description
  • Python 46.4%
  • Nix 37.2%
  • Shell 16.4%
Find a file
2026-04-27 00:15:51 +02:00
templates/pwn update 2026-04-27 00:15:51 +02:00
flake.lock update 2026-04-27 00:15:51 +02:00
flake.nix update 2026-04-27 00:15:51 +02:00
README.md update 2026-04-27 00:15:51 +02:00

nix-template-pwn

Nix flake templates for CTF pwn/reversing projects.

Templates

  • default / pwn: pwntools + pwn/reversing dev shell with optional Linux pwndbg/gdb and qemu-user helpers.

Use

nix flake init -t github:<you>/nix-template-pwn#pwn
nix develop

For local testing before publishing:

nix flake show
nix flake init -t path:/path/to/nix-template-pwn#pwn