Skip to content

Releases: avast/yaramod

v2.1.1

30 Apr 12:35
Compare
Choose a tag to compare
  • Fix: Fixed problem with too many open files on Windows when includes are used.

v2.1.0

26 Mar 21:02
Compare
Choose a tag to compare
  • Enhancement: Unknown escape sequences in plain string are now considered as parser errors.
  • Fix: Integer based for-loops that now won't raise 'Redefinition of variable ...' error if they are independent of eachother. (#3)
  • Fix: Plain strings now only allow escape sequences \n, \t, \, " and \xYZ.
  • Fix: TAB now count only as single character when reporting errors.

v2.0.0

14 Mar 10:56
Compare
Choose a tag to compare
  • New: Python bindings were added to the yaramod library.
  • Enhancement: Parsed rules now contain information about the file they are located in and the line number.
  • Fix: Line numbers of errors are now reported correctly for files with includes.

v1.0.1

18 Jan 06:54
Compare
Choose a tag to compare
  • Enhancement: Syntax errors now throw exceptions instead of just returning empty file.
  • Enhancement: Removed submodule dependencies.

Initial release

12 Dec 13:28
Compare
Choose a tag to compare

Initial release