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@latest
- Install cli tool
go install github.com/Jacute/gowntools/cmd/gowncli@latest
- Check examples
⚠️ Now library supports to analyze only ELF binaries