v1.7.0
- New warning suggesting the use of
none of theminstead of0 of them. - Added option
--max-matches-per-patternto the CLI and themax_matches_per_patternmethod to the Python API (#437). - New
yrx_finalizefunction to the C API that allows dynamically unloading the YARA-X library (#445). - Add
yrx_compiler_add_include_dirfunction to the C API (#447). - Replace the
Formatter::ident_spacesmethod withFormatter::indentation(b8a1808). - BUGFIX: Indentation issues in code formatter (6bfe2e2).
- BUGFIX: Inconsistencies in code formatter with empty lines at the end of the code (de10bbd).
- BUGFIX: High memory consumption while parsing some PE files (af18dbc, #443)
- BUGFIX: Prevent panic when assertions like
\band\Bare used in Unicode regexps (0536ad1).
Contributors: @1ndahous3 @jtpox @vojone