Go library for CTF pwn challenges and binary exploitation
For use debug functions:
- gdb
- terminal like tmux, xterm or gnome-terminal
For finding gadgets:
- nasm
- Install library
go get github.com/Jacute/gowntools
- Install cli tool
go install github.com/Jacute/gowntools/cmd/gowncli@latest
- Check examples
⚠️ Now library supports only amd64 CPU architecture