LINUX] pwndbg - peda

노션으로 옮김·2020년 4월 15일
1

uitility

목록 보기
4/18
post-thumbnail

pwndbg

peda의 플러그인이다.

디버깅을 할 때 유용한 정보를 확인할 수 있다.

https://github.com/scwuaptx/Pwngdb]

설치

cd ~/
git clone https://github.com/scwuaptx/Pwngdb.git 
cp ~/Pwngdb/.gdbinit ~/

명령어

사용해보면서 유용한 명령어들을 추가하자.

heapinfo

  • Print some infomation of heap
gdb-peda$ heapinfo [Address of arena]
  • default is the arena of current thread
  • If tcache is enable, it would show infomation of tcache entry

magic

  • Print useful variable and function in glibc

parseheap

  • Parse heap layout
  • 힙 메모리를 구조에 맞게 분석해준다.

0개의 댓글