v1.1.8
Features
- XOR detection improvements for ELF binaries
- Better PE/XOR support (fixes office_update sample handling)
Performance
- Switched to iced-x86 + rayon for faster disassembly with parallelism
- Aho-Corasick algorithm for XOR/string classification (significant speedup over linear scan)
- Better SHA/rizin result caching to avoid redundant work
- Linux micro-optimizations and timing improvements throughout