v0.1.0 — Initial release
Parse and inspect NSIS installer binaries from pure safe Rust.
Highlights:
Complete NSIS format support: deflate, LZMA, bzip2 × solid/non-solid
ANSI, Unicode, and Park string encodings
Zero-copy file extraction with decompression
Malware analysis iterators: plugin calls, exec commands, registry ops,
shortcuts, uninstallers with recursive parsing
71 opcodes with typed parameter annotations
All callbacks exposed (onInit is the #1 malware indicator)
175 tests across 8 self-built fixtures
No unsafe code, no panics, fully documented