S β€” Layered Evasion Framework

A multi-layered evasion framework combining Hell’s Hall indirect syscalls, PEB-based API hashing, IAT camouflage, custom CRT removal, ntdll unhooking via KnownDlls, sandbox detection, self-deletion, and Fiber-based shellcode execution β€” built to understand and demonstrate how modern offensive tooling evades EDR/AV at every layer.

May 13, 2026 Β· 18 min Β· MrAzoth

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

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