Skip to content

Releases: Hugal31/yara-rust

v0.29.0

26 Sep 08:00
Compare
Choose a tag to compare

Features

  • Change vendored and bundled Yara version to 4.5.2.

⚠ BREAKING CHANGES

  • The bunlded-4_5_1 feature as removed in favor of bunlded-4_5_2.

v0.28.0

03 Jun 09:46
Compare
Choose a tag to compare

Features

  • Change vendored and bundled Yara version to 4.5.1.

⚠ BREAKING CHANGES

  • The bunlded-4_5_0 feature as removed in favor of bunlded-4_5_1.

v0.27.0

06 May 12:10
Compare
Choose a tag to compare

Features

  • add ability to set module data in scan callback (93e802e)

v0.26.0

16 Feb 08:37
Compare
Choose a tag to compare

Features

  • update yara dependency to v4.5.0 (a28a6d8)

v0.25.0

06 Feb 17:54
Compare
Choose a tag to compare

Features

  • handle CALLBACK_MSG_CONSOLE_LOG callback type (6cdad52)
  • implemented MemoryBlockIterator for Box (88ea4c6)
  • implemented MemoryBlockIterator for &mut T (8d78f8c)

⚠ BREAKING CHANGES

  • upgrade Rust edition to 2021 and minimal Rust version to 1.63 (9ee48d9)

v0.24.0

29 Nov 16:20
Compare
Choose a tag to compare

What's Changed

  • Allow iterating over compiled ruleset before scanning by @jpohls1 in #136
  • Add LICENSE files in yara-sys

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

29 Nov 16:19
Compare
Choose a tag to compare

What's Changed

  • Add support of static linking with OpenSSL on Windows by @1ndahous3 in #133

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

30 Oct 09:23
Compare
Choose a tag to compare

Features

  • add ScanFlags::PROCESS_MEMORY (8538674)

Bug Fixes

  • fix UB in the scan mem blocks API (801ab5f)

v0.21.0

07 Sep 14:40
Compare
Choose a tag to compare

Features

  • Exposed yara_sys::Error (07ad2c6)
  • remove unused features of bindgen (1dc6b44)
  • replace globwalk with glob in yara-sys build.rs (90d977c)

v0.20.0

06 Jun 12:08
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • change bundled bindings and vendored Yara version to 4.3.1 (9d972f3)

Features

  • handle BoringSSL as crypto lib in yara-sys (049ddcf)
  • upgrade yara up to 4.3.1 (9d972f3)