[실습] CVE-2019-8605(sock port 2) 이해하기
관련 글과 코드들은 아래 링크에서 확인하실 수 있습니다. https://github.com/wh1te4ever/xnu_1day_practice/tree/main/CVE-2019-8605
관련 글과 코드들은 아래 링크에서 확인하실 수 있습니다. https://github.com/wh1te4ever/xnu_1day_practice/tree/main/CVE-2019-8605
Heap Fengshui? 선택된 크기의 힙 할당을 만들어 힙의 레이아웃을 조작하는 기법 Source https://github.com/koharin/pwnable2/tree/main/hackCTF/pwnable/fengshui checksec Decompiled-src / Anlaysis main 아래와 같이 4가지 메뉴가 존재한다. size of… 더 보기 »[HackCTF] 풍수지리설 (heap fengshui?)
보호 글이라서 요약이 없습니다.
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)
Source https://github.com/koharin/pwnable2/tree/main/hackCTF/pwnable/childheap 환경 checksec Decompiled-src / Analysis main 프로그램을 실행시키면, 딱 2가지 메뉴밖에 존재하지 않는다. 1. Malloc 인덱스 0~3개까지, 크기는 0x80보다 크면 안된다는 조건하에메모리를 할당시킨… 더 보기 »[HackCTF] childheap (힙내용 출력없는 malloc/free 기능만 있는 케이스)
보호 글이라서 요약이 없습니다.