Releases: michelcrypt4d4mus/yaralyzer
Releases · michelcrypt4d4mus/yaralyzer
v0.9.6
v0.9.5
- 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
Bump yara-python
to 4.3.0+ and deal with backwards incompatibility
v0.9.3
- Lock
yara-python
at 4.2.3 bc 4.3.x causes problems
v0.9.2
- Raise better error message if yara rules file doesn't exist
0.9.0
- 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
- add
--log-level
option
0.7.0
- Show hex and ascii side by side in decodes table
0.6.2
bump deps
0.6.1
Use rich_argparse_plus
for help formatting