이 놈의 main_arena offset을 못구해서 CTF 시간내에 문제를 못푼 적이 있다. 

(그것도 2번씩이나 ㅠㅠ.. 둘다 18.04환경이였는데; 필자가 18.04를 쓰지않는다.)


그래서 대체 어떻게하면 주어진 라이브러리파일(libc.so)에서 main_arena offset을 구해서 leak된 main_arena+88(or+96)와 계산하여

lib_base 주소를 구할까하며 찾아보다가 찾게 된 프로그램이다.


github : https://github.com/bash-c/main_arena_offset


사용법은 간단하다.

Usage:$ main_arena your_libc_path



screenshot

+ Recent posts