| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| yara-v4.5.1-2298-win64.zip | 2024-05-25 | 2.2 MB | |
| yara-v4.5.1-2298-win32.zip | 2024-05-25 | 1.5 MB | |
| README.md | 2024-05-25 | 622 Bytes | |
| YARA v4.5.1 source code.tar.gz | 2024-05-25 | 2.2 MB | |
| YARA v4.5.1 source code.zip | 2024-05-25 | 2.5 MB | |
| Totals: 5 Items | 8.5 MB | 0 | |
- 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).