Skip to content

v0.5.0

Choose a tag to compare

@oritwoen oritwoen released this 22 Dec 13:52
· 52 commits to main since this release

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

compare changes

🚀 Enhancements

  • analyze: Add LCG analyzer (#18)

❤️ Contributors