pwngdb는 peda 플러그인을 베이스로 기존 gdb에서 기능을 확장시킨 디버거이다.
peda 플러그인이 베이스로 동작하기 때문에 stack과 레지스터 정보 등을 한눈에 볼 수 있다.
https://github.com/scwuaptx/Pwngdb
GitHub - scwuaptx/Pwngdb: gdb for pwn
gdb for pwn. Contribute to scwuaptx/Pwngdb development by creating an account on GitHub.
github.com
설치 및 실행
cd ~/
git clone https://github.com/scwuaptx/Pwngdb.git
cp ~/Pwngdb/.gdbinit ~/
gdb //실행
참고
https://go-madhat.github.io/gdb-peda/