Skip to content

Releases: michelcrypt4d4mus/yaralyzer

v0.9.6

14 Dec 07:52
Compare
Choose a tag to compare

Fix help message

v0.9.5

12 Dec 21:47
Compare
Choose a tag to compare
  • Use all files in a directory specified by --rule-dir instead of just those with the extension .yara
  • Fix bug when --rule-dir is prefixed by ./

v0.9.4

27 Mar 02:08
Compare
Choose a tag to compare

Bump yara-python to 4.3.0+ and deal with backwards incompatibility

v0.9.3

29 May 16:32
Compare
Choose a tag to compare
  • Lock yara-python at 4.2.3 bc 4.3.x causes problems

v0.9.2

29 May 16:31
Compare
Choose a tag to compare
  • Raise better error message if yara rules file doesn't exist

0.9.0

21 Oct 01:36
Compare
Choose a tag to compare
  • All command lines args configurable via environment variables or .yaralyzer file
  • Improve decoding attempt statistics tracking
  • Add suppression notices
  • Expose --min-chardet-table-confidence option

0.8.0

17 Oct 02:07
Compare
Choose a tag to compare
  • add --log-level option

0.7.0

15 Oct 06:46
Compare
Choose a tag to compare
  • Show hex and ascii side by side in decodes table

0.6.2

09 Oct 13:51
Compare
Choose a tag to compare

bump deps

0.6.1

09 Oct 05:08
Compare
Choose a tag to compare

Use rich_argparse_plus for help formatting