stng 1.1.1 is now available with improvements to XOR deobfuscation and UTF-16 wide string extraction for Windows PE binaries.
Notable changes:
- Improved multi-byte XOR key detection with better entropy analysis
- Faster UTF-16LE extraction for PE binaries
- Better garbage filtering reduces noise in output
- New
--jsonflag includes encoding metadata for each extracted string
stng is a pure safe Rust codebase — no unsafe blocks. Install or update:
cargo install --git https://codeberg.org/atomdrift/stng
Full changelog on Codeberg.