← Back to Labs
Binary Reverse Engineering & Disassembly
Step through ELF header parsing, machine code disassembly, Ghidra P-code decompilation, GDB watchpoints, and anti-debugging tricks
STEP 1 OF 6
Executable File Header Parsing
ELF headers define entry points, sections (.text, .data, .rodata), and symbol tables that tell the OS how to load binary code into memory.
Arrow keys to navigate · R to reset
Tap dots to jump to any step