PPID Spoofing and Stomping — Process Injection Framework

Combining PPID Spoofing, Module Stomping, RC4 encryption, and native NT API enumeration into a single injection framework — built from scratch to understand how modern evasion techniques work under the hood.

March 28, 2026 · 10 min · MrAzoth

A Kinder Russian Roulette — Encryption Practice

Six chambers, six encryption/obfuscation methods. A CTF-style tool for practicing Ghidra analysis and decryption routine writing — from XOR to AES-256 CBC to UUID obfuscation.

March 12, 2026 · 11 min · MrAzoth

Backdooring PuTTY — PE Injection & C2 Beacon Delivery

Manual PE backdooring from scratch: code cave injection, new section addition, XOR evasion, and Adaptix C2 beacon delivery inside a legitimate PuTTY binary.

March 8, 2026 · 19 min · MrAzoth

Walking the PE — Static Analyzer & PEB Walker

Deep dive into the Windows PE file format and runtime process inspection via PEB walking — parsing headers, import/export tables, and the loader module list.

March 6, 2026 · 7 min · MrAzoth