Pwnable/정리
libcblukat
xxvd
2018. 8. 25. 22:23
https://libc.blukat.me/
//
readelf -s /lib/x86_64-linux-gnu/libc.so.5 | grep 'system' 을 이용하여 라이브러리에서 해당 함수의 주소를 찾을 수 있다.
strings -a -tx /lib/x86_64-linux-gnu/libc.so.6 | grep /bin/sh 을 이용해서 libc에서 /bin/sh를 찾을 수 있다