CTF Reverse Engineering Quick reference for RE challenges. For detailed techniques, see supporting files. Prerequisites Python packages (all platforms): Linux (apt): macOS (Homebrew): radare2 plugins: Manual install: - pwndbg — Linux: GitHub, macOS: Additional Resources - tools.md - Static analysis tools (GDB, Ghidra, radare2, IDA, Binary Ninja, dogbolt.org, RISC-V with Capstone, Unicorn emulation, Python bytecode, WASM, Android APK, .NET, packed binaries) - tools-dynamic.md - Dynamic analysis tools: Frida (hooking, anti-debug bypass, memory scanning, Android/iOS), angr symbolic execution (pa…