Reverse Engineering
Taking compiled artifacts apart: decompiling binaries, disassembling firmware, and pulling Android APKs back into readable source.
| Tool | Source | Notes |
|---|---|---|
| ghidra | official | NSA decompiler/disassembler |
| radare2 | official | RE framework |
| jadx | official | Android APK/Java decompiler |
| android-apktool-bin | aur | APK reverse engineering (repack/sign) |
| binwalk | official | Firmware/file analysis |
CyberChef is the natural companion webapp here — a browser-based decode/encode/crypto workbench for the smaller transformations that don’t need a full disassembler.