Installation
Commands
entrybp to_start
udisassemble
teletelescope특정 주소의 메모리 값 + 메모리가 참조하고 있는 주소를 재귀적으로 보여줌
vmmap가상 메모리 어떤 라이브러리가 어떤 주소에 매핑되어 있는지 레이아웃
filesymbol
System Hacking 배경 지식 정리
GDB GDB 명령어 정리 b: break c: continue (이어서) r: run (처음부터) r $(python3 -c "print('AA'*10)") : 인자와 함께 프로그램 실행 r $(echo '11') <<< $(python3 -c "print('AA'*
https://velog.io/@hunjison/Dreamhack-System-Hacking-공부-정리

Welcome to pwndbg.
pwndbg
https://pwndbg.re/

Seonglae Cho