assembly

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

x86-64 Assembly Primer for Reverse Engineers

A practical x86-64 assembly primer covering registers, the System V ABI, the stack, and GDB disassembly for reverse engineers.
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.