Skip to content

YARA v3.9.0

Compare
Choose a tag to compare
@plusvic plusvic released this 22 Feb 18:09
· 1075 commits to master since this release
  • Improve scan performance for certain strings.
  • Reduce stack usage.
  • Prevent inadvertent use of compiled rules by forcing the use of -C when using yara command-line tool.
  • BUGFIX: Buffer overflow in "dotnet" module.
  • BUGFIX: Internal error when running multiple instances of YARA in Mac OS X. (#945)
  • BUGFIX: Regexp regression when using nested quantifiers {x,y} for certain values of x and y. (#1018)
  • BUGFIX: High RAM consumption in "pe" module while parsing certain files.(0c8b461)
  • BUGFIX: Denial of service when using "dex" module. Found by the Cisco Talos team. (#1023)
  • BUGFIX: Issues with comments inside hex strings.

Refer to the documentation for information on how to build and install YARA.