pwndbg

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Jun 3 5:16
Editor
Edited
Edited
2024 Jun 12 2:53

Installation

 

Commands

  • entry bp to _start
  • u disassemble
  • tele telescope 특정 주소의 메모리 값 + 메모리가 참조하고 있는 주소를 재귀적으로 보여줌
  • vmmap 가상 메모리 어떤 라이브러리가 어떤 주소에 매핑되어 있는지 레이아웃
  • file symbol
 
 
 
System Hacking 배경 지식 정리
GDB GDB 명령어 정리 b: break c: continue (이어서) r: run (처음부터) r $(python3 -c "print('AA'*10)") : 인자와 함께 프로그램 실행 r $(echo '11') <<< $(python3 -c "print('AA'*
System Hacking 배경 지식 정리
Welcome to pwndbg.
pwndbg
 
 

Recommendations