Skip to content

Releases: avast/yaramod

v3.12.2

31 Jan 16:28
Compare
Choose a tag to compare
  • Added support for dynsym_entries and dynsym ELF module attributes (#196)
  • Added support for algorithm_oid from PE module (#197)

v3.10.8

28 Jul 16:09
Compare
Choose a tag to compare

See CHANGELOG for all the changes.

v3.10.4

27 May 09:47
Compare
Choose a tag to compare

Introducing Incomplete parsing mode allowing incomplete rules to be parsed and rulest with unknown symbols and imports.

v3.9.0

17 Mar 17:02
Compare
Choose a tag to compare

Release v3.9.0

v3.0.0b1

22 Nov 16:55
ed8a914
Compare
Choose a tag to compare
v3.0.0b1 Pre-release
Pre-release
Prerelease v3.0.0b1

v2.12.1

29 Oct 11:27
Compare
Choose a tag to compare
  • Bump the required C++ standard from 14 to 17.
  • Use std::optional and std::variant from standard C++17 instead of nonstd::optional and mpark::variant from dep/optional_lite and dep/variant. Remove these dependencies.

v2.10.0

18 Sep 06:00
Compare
Choose a tag to compare
  • New: Added cuckoo.process.api_call()

v2.9.0

19 Aug 15:38
Compare
Choose a tag to compare
  • New: Interface for obtaining internal representation of regular expressions (#29).
  • New: Interface for visitor over regular expressions (#33).

v2.8.0

16 May 13:04
Compare
Choose a tag to compare
  • New: Added support for pe.iconhash() function.

v2.7.0

30 Apr 20:45
Compare
Choose a tag to compare
  • New: Methods for manipulation of rule name and tags (#27).
  • Fix: Support for anonymous string has been fixed (#26).