Skip to content

v1.1.8

Choose a tag to compare

@tstromberg tstromberg released this 24 Jul 05:17
· 171 commits to main since this release

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