PEB Walking in Rust: Manual API Resolution Without WinAPI
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
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
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
Write‑up of the “simple crackme” CrackMe using Triton to symbolic execution and taint analysis.
665 words
|
3 minutes
Reverse Engineering “Good Kitty” CrackMe
Write‑up of the “Good Kitty” CrackMe, including analysis with GDB and IDA, plus an angr script.
341 words
|
2 minutes