Skip to content

arcz/pwnix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwnix

Installation:

$ curl -L https://nixos.org/nix/install | sh # https://nixos.org/download.html
$ nix-env -f https://github.com/arcz/pwnix/tarball/main -i

pwndbg development

With flakes enabled, you can get a shell with GDB configured with Python that already has all the libraries needed by pwndbg.

nix develop github:arcz/pwnix#pwndbg
git clone [email protected]:pwndbg/pwndbg.git
echo "source $(pwd)/pwndbg/gdbinit.py" >> ~/.gdbinit

About

Nix-based environment for pwning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages