Skip to content

Releases: michelcrypt4d4mus/yaralyzer

0.6.0

07 Oct 22:11
Compare
Choose a tag to compare
  • Add --max-match-length and --yara-stack-size args
  • Increase max returned bytes (was stuck at 512)
  • Tweak unprintable char format for ASCII C1 control range, minor style changes
  • Show color key for raw YARA match panel

0.5.2

07 Oct 04:03
Compare
Choose a tag to compare

Properly escape bytes preview strings

0.5.0

07 Oct 03:21
Compare
Choose a tag to compare

Show MD5, SHA1, and SHA256 hashes for each match

0.4.0

06 Oct 22:25
Compare
Choose a tag to compare
  • Add --hex-pattern command line option
  • Add --patterns-label command line option

0.3.3

06 Oct 04:06
Compare
Choose a tag to compare

Refactor SVG export, console

0.3.2

05 Oct 22:46
Compare
Choose a tag to compare

0.3.2

  • help screen displays defaults and valid ranges for int types

0.3.1

  • yara-python compiles files directly

0.3.0

05 Oct 00:09
26ab78f
Compare
Choose a tag to compare
  • Add --rule-dir option for loading all .yara files in directories
  • Add --regex_modifier option

0.2.0

05 Oct 00:07
Compare
Choose a tag to compare
  • Add Yaralyzer.for_rules_dir() constructor to load all .yara files in a directory
  • Change command line arguments -y to -Y and -r to -re
  • Respect the --suppress-decodes option and min / max decode length options
  • Add highlight_style argument to Yaralyzer
  • Expose Yaralyzer.match_iterator() that calls back with BytesMatch objects