shellcode

Malware & C2

Beacon Object Files and In-Memory Tradecraft

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
Malware & C2

Shellcode Loaders and Common Evasion Patterns

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
RE & Pwn

SROP: Sigreturn-Oriented Programming

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
RE & Pwn

Bypassing NX with mprotect ROP Chains

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
RE & Pwn

Linux x86-64 Shellcoding from Scratch

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
RE & Pwn

Stack-Based Buffer Overflows: From Crash to Shell

A practical walkthrough of classic stack-based buffer overflows: EIP control, offset discovery, bad chars, and shell.
Malware & C2

Windows Shellcode: Writing and Analyzing Position-Independent Payloads

Build a position-independent Windows shellcode with PEB walking and API hashing, then dissect it with scdbg and a debugger.
Malware & C2

Process Injection Internals: DLL Injection, Reflective Loading, and Process Hollowing

A practical breakdown of classic DLL injection, reflective loading, and process hollowing on Windows, plus blue-team detection.