Skip to content

Commit

Permalink
chore: update Changelog on yara 4.3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Dec 27, 2022
1 parent fb37ee2 commit e1ec7e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Update to be compatible with Yara 4.3

### Added

Yara 4.3 compatibility:

- `string` module
- `rva` field in imported functions in `pe` module.
- `pe.import_rva` and `pe.delayed_import_rva` functions.
- `pe.import_rva` and `pe.delayed_import_rva` functions.
- string iterator, `for any s in ("foo", "bar"): (...)`.
- `at` for expression, `for any s in ("foo", "bar"): (...)`.

Other:

- `openssl` feature for `boreal-cli`.

### Fixed

- Proper handling of pe sections with VirtualSize = 0.
- Improved handling on invalid ranges in '$a in (from..to)' expression.
- Do not allow using identifiers currently being bound in iterator values.

## [0.1.0] - 2022-12-04

Initial release.
Expand Down

0 comments on commit e1ec7e1

Please sign in to comment.