주소 보기 readelf -r ./실행파일
System(함수)의 오프셋 구하기 nm -D /lib/i386-linux-gnu/libc.so.6 | grep "system" ->nm -D libc | grep "찾을 함수"
Bin/sh(string)의 오프셋 구하기 strings -tx /lib/i386-linux-gnu/libc.so.6 | grep "/bin/sh"
자꾸까먹네;
readelf -s /lib/i386-linux-gnu/libc.so.6 | grep scanf
'꿀팁!' 카테고리의 다른 글
바이너리 분석도구 정리되어 있는 곳 (0) | 2018.11.18 |
---|---|
원샷가젯 잘 되어 있는 곳 (0) | 2018.11.12 |
빡머리인 나를 위한 puts에 관한 팁 (0) | 2018.11.12 |
시스템 각종 툴 사용법 모음 (0) | 2018.11.06 |
pwntools 사용법 모음 (0) | 2018.11.05 |