콘텐츠로 건너뛰기

tcache

[HITCON CTF 2018] baby_tcache (힙내용 출력없는 malloc/free 기능만 있는 케이스2)

Source https://github.com/integeruser/on-pwning/tree/master/2018-hitcon/Baby-Tcache checksec Decompiled-src / Analysis main 전에 봤던 childheap 문제와 같이 2가지 메뉴만 존재하고 print_heap 같은 힙 내용 출력을 할 수 없다. 1. new_heap… 더 보기 »[HITCON CTF 2018] baby_tcache (힙내용 출력없는 malloc/free 기능만 있는 케이스2)