v0.5.0
0.5.0 is the next minor release.
👀 Highlights
Linear Congruential Generator analysis! 🎉
🎲 LCG Analyzer
Detect keys generated using legacy C stdlib rand() implementations (#18):
- glibc - Linux/Unix systems (31-bit state)
- minstd - Minimal standard generator
- msvc - Microsoft Visual C++ runtime
- borland - Borland C++ compiler
Supports both big-endian and little-endian byte ordering.
vuke analyze <KEY> --analyzer lcg:glibc:le✅ Upgrading
cargo install vuke👉 Changelog
🚀 Enhancements
- analyze: Add LCG analyzer (#18)
❤️ Contributors
- oritwoen (@oritwoen)