Skip to content

v0.17.0

Compare
Choose a tag to compare
@Hugal31 Hugal31 released this 14 Feb 09:43
· 98 commits to master since this release

⚠ BREAKING CHANGES

  • The environment variables YARA_ENABLE_... have no effect anymore.
  • When using the vendored feature, the modules are now enabled using cargo features. See yara-sys's README.md for more information. This is breaking if you use --no-default-features or --all-features, since it will change the available modules in Yara.

Features

  • add CouldNotReadProcessMemory error (dbb795b)
  • add helpers to get module values on scans (05e8e3d)
  • add include path to openssl in vendored mode (47f1cae)
  • add musl support (a45bfe0)
  • Enable or disable env flags replace to cargo feature (e37cbd3)
  • update saved bindings following build.rs changes (23685e2)

Bug Fixes

  • add base offset for scanning memory chunks (1e88d7e)
  • clippy warnings (4937de7)