Skip to content

YARA v4.5.1

Latest
Compare
Choose a tag to compare
@plusvic plusvic released this 25 May 14:24
· 5 commits to master since this release
  • Allow spaces in regexp repetition operators (e.g: {n, m}).
  • BUGFIX: matches operator was not matching empty strings (#c80cd9d).
  • BUGFIX: Several bugs in array type handling in dotnet module (#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 pread64 not found (#2050).
  • BUGFIX: Issue while parsing rich header in some PE files (4793b49).