tool
2019. 2. 22. 18:55ㆍpwnable
pwndbg :
$ git clone http://github.com/pwndbg/pwndbg
$ cd pwndbg
$ ./setup.py
ROPgadget : rop gadget 찾아줌
$ sudo pip install ropgadget
사용법
$ ROPgadget --binary (바이너리 명)
쓰기 가능한 메모리 공간 주소 찾기
$ objdump -x ./(바이너리 명)
'pwnable' 카테고리의 다른 글
pwntools 모듈 정리 (0) | 2019.02.22 |
---|