New
YARA v4.5.1
- Allow spaces in regexp repetition operators (e.g:
{n, m}). - BUGFIX:
matchesoperator was not matching empty strings (c80cd9d). - BUGFIX: Several bugs in array type handling in
dotnetmodule (#2064). - BUGFIX: Fix issue while parsing .NET files (5bf72f2).
- BUGFIX: Fix issues while parsing PE resources (c009195, 4793b49).
- BUGFIX: Infinite loop while parsing corrupt PE files (e453eb1).
- BUGFIX: OOM errors while parsing corrupt PE files (4b9b4c0, 1be9811).
- BUGFIX: Build issue in Alpine Linux due to
pread64not found (#2050). - BUGFIX: Issue while parsing rich header in some PE files (4793b49).