π§ A collection of personal reverse engineering writeups on various challenges.
Each writeup includes detailed static/dynamic analysis, decompiled snippets, and original solutions β all documented with screenshots, disassembly insights, and code samples.
- LovelyMalware β ransomware reverse engineering and decryption logic reconstruction (HTB Sherlock)
- PRNGPattern β reconstruction of game RNG seed and password via partial output leaks
- PawnSQL-DSL β handcrafted serialization and auto-migration system using enums and macros in Pawn; no OOP, no libs, just raw logic
All research is done in isolated environments. Never run attached binaries on your real machine.
- IDA Pro
- Detect It Easy
- HxD
- WireShark
- CLion / C++
- VMware / VirtualBox