pwnable(16)
-
[Hacking] / [Pwnable - How2Heap] Heap exploitation : calc_tcache_idx.c
원본 문서 : https://github.com/shellphish/how2heap GitHub - shellphish/how2heap: A repository for learning various heap exploitation techniques.A repository for learning various heap exploitation techniques. - shellphish/how2heapgithub.com#include #include #include #include struct malloc_chunk { size_t mchunk_prev_size; /* Size of previous chunk (if free). */ size_t mchunk_size; ..
2025.05.06 -
[Hacking] / [Pwnable - How2Heap] Heap exploitation : first_fit.c
외부 스터디에서 받은 문서이기도 하고, 마침 다른 친구들(feat. 스승님과 aegis friends..) 보니까 이거 많이 보는 거 같아서 나도 보게 되었고, 해석을 하나씩 해보려고 한다. 포너블 알못이라 이 문서만 해도 얻어가는게 있었다.원본 출처 : https://github.com/shellphish/how2heap GitHub - shellphish/how2heap: A repository for learning various heap exploitation techniques.A repository for learning various heap exploitation techniques. - shellphish/how2heapgithub.com#include #include #include i..
2025.05.05 -
[WriteUp] / [DreamHack] Basic_rop_x64
보호되어 있는 글입니다.
2025.04.16 -
[WriteUp] / [DreamHack] Return to Library
보호되어 있는 글입니다.
2025.04.16 -
[WriteUp] / [DreamHack] ssp_001
보호되어 있는 글입니다.
2025.04.16 -
[WriteUp] / [DreamHack] Return to ShellCode
보호되어 있는 글입니다.
2025.04.16