PEB Walking in Rust: Manual API Resolution Without WinAPI
2026-04-22
A step-by-step guide to resolving Windows API functions manually in Rust by walking the PEB and parsing loaded modules, without relying on the WinAPI.
1379 words
|
7 minutes
Getting Started with Sliver C2 in a Realistic Lab Environment
2026-04-05
A practical guide to installing and configuring Sliver C2 in a controlled lab environment that simulates real-world conditions using a VPS, domain, and HTTPS.
323 words
|
2 minutes
How to Build Minimal Windows PE Files in Rust
2026-03-22
A practical guide to building minimal Windows binaries in Rust using no_std and no_main, with custom entry points and WinAPI bindings.
521 words
|
3 minutes
Cracking a Windows Binary with Symbolic Execution using Triton
2026-02-08
Write‑up of the “simple crackme” CrackMe using Triton to symbolic execution and taint analysis.
665 words
|
3 minutes
Reverse Engineering “Good Kitty” CrackMe
2026-01-03
Write‑up of the “Good Kitty” CrackMe, including analysis with GDB and IDA, plus an angr script.
341 words
|
2 minutes