kkkkinomaloctf case archive

reverse engineering archive

CTF writeup을 케이스 파일처럼 정리하는 개인 아카이브.

원래 네이버 블로그에 남기던 writeup을 더 찾기 쉽고 오래 쌓이는 아카이브로 옮기는 중. CTF reversing을 중심으로 Windows, unpacking, anti-debugging 노트를 함께 모은다.

All

4 published

Windows crackme: control-flow flattening notes

A compact reversing case note focused on branch recovery, string hints, and patch validation.

#crackme#x64dbg#control-flow#patching

Packed binary triage checklist

Quick signals for spotting packers, finding the unpacking boundary, and keeping notes reproducible.

#unpacking#sections#entropy#breakpoints

PE header field notes for CTF reversing

A personal map of the PE fields that tend to matter during challenge solving.

#PE#windows#loader#imports

Anti-debug sketchbook

Small observations on common checks and how to document behavior without turning notes into noise.

#anti-debug#timing#seh#windows