Skip to content

v0.1.0 — Initial release

Choose a tag to compare

@BinFlip BinFlip released this 05 Apr 16:19
· 8 commits to main since this 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