reverse-engineering

RE & Pwn

GDB and pwndbg for Exploit Development

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

Ghidra for Reverse Engineering and Binary Triage

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

Fuzzing Fundamentals with AFL++ and libFuzzer

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
Mobile API OSINT

IoT Firmware Extraction and Analysis

Disclaimer: This article is provided strictly for educational purposes and authorized security testing. Only run these t...
Mobile API OSINT

Reversing Android Apps: Smali, Resources, and Obfuscation

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.
RE & Pwn

Getting Started with Ghidra for Reverse Engineering and Malware Analysis

A practical introduction to Ghidra's CodeBrowser, decompiler, function graph, data types, and scripting for RE and malware work.
RE & Pwn

Reverse Engineering with radare2 and rizin: A Practical Walkthrough

A hands-on guide to static and visual binary reversing with radare2 and rizin, covering aaa, pdf, visual mode, and Cutter.
Malware & C2

Unpacking Packed Malware: From UPX to Custom Packers

A hands-on guide to manually unpacking UPX and custom packers using entropy, OEP detection, x64dbg, and Scylla import rebuild.
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.
Mobile API OSINT

Reversing Android Apps: apktool, jadx, and Frida in Practice

A practical workflow for static and dynamic Android reversing with apktool, jadx, and Frida — plus blue-team defenses.