*깃허브에 사용법 나와있음.
첫번째는 pwngdb . heap 말고도 pwn용 여러가지 기능을 제공한다. libc 정보라던지 기타등등.
cd ~/
git clone https://github.com/scwuaptx/Pwngdb.git
cp ~/Pwngdb/.gdbinit ~/
gdb-peda$ heapinfo
gdb-peda$ chunkinfo
gdb-peda$ chunkptr
등의 명령어가 있음.
두번째는 peda-heap. 이름처럼 heap 관련 플러그인들이 가득함.
git clone git://github.com/Mipu94/peda-heap.git ~/peda-heap
echo "source ~/peda-heap/peda.py" >> ~/.gdbinit