Core Reverse Engineering
- PE (PE32/PE32+), ELF, Mach-O, and DEX (Android) format support
- Capstone disassembler — x86/x64/ARM/ARM64 with instruction classification
- Hex-Rays-like decompiler: 30+ IR opcodes, SSA form, phi nodes, expression trees
- Optimizations: constant folding, copy propagation, DCE, CSE, strength reduction
- Structure recovery: if/else, loops, switch/case, ternaries, structs, arrays
- Type system: stack frame analysis, variable & type inference, API return DB
- Output: pseudo-C, plain English, IR dump, CFG dump, optimized IR