pwnable

PIE base 구하기 (pwntools)

범고래_1 2018. 9. 2. 11:11

p = process('./binary')

pie_base = p.libs()['바이너리절대경로']


e = ELF('./binary')

e.path # 바이너리 절대경로

'pwnable' 카테고리의 다른 글

AFL++  (0) 2022.01.27
Understanding Attacking Environment Variables - Hooking LD_PRELOAD  (0) 2020.02.15
쉘코드 만들기 (tool)  (0) 2018.08.25
peda에서 heap 명령어  (0) 2018.08.24
쉘코드 모음  (0) 2018.08.02