cat/revexplore rev tools →
Reverse Engineering
// 3 published field manuals
Reverse engineering asks you to take a compiled program apart and figure out its behavior — often to satisfy a hidden check that prints the flag.
› field manual articles
- 01beginner
Reverse Engineering Basics
What static and dynamic analysis mean, which file types you'll encounter, and the workflow for your first crackme.
- 02beginner
Ghidra Workflow for CTF
A practical guide to navigating Ghidra — importing a binary, reading the decompiler, and renaming your way to an answer.
- 03intermediate
Dynamic Analysis with GDB
Set breakpoints, inspect registers and memory, and step through a binary to find the flag at runtime.