Releases: Hugal31/yara-rust
Releases · Hugal31/yara-rust
v0.29.0
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
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
Features
- add ability to set module data in scan callback (93e802e)
v0.26.0
Features
- update yara dependency to v4.5.0 (a28a6d8)
v0.25.0
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
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.22.0
Features
- add ScanFlags::PROCESS_MEMORY (8538674)
Bug Fixes
- fix UB in the scan mem blocks API (801ab5f)
v0.21.0
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
⚠ 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)