v0.7.0
·
1 commit
to fa2a7f4b5ff088108f353e89c81ff064d5148f0f
since this release
This release adds the last missing modules from YARA: magic, dex and cuckoo.
It also fixes some bugs related to the use of global rules.
Added:
- The
magicmodule is now available behind themagicfeature (not enabled by default). #139. - The
dexmodule is now available behind theobjectfeature (enabled by default). #141. - The
cuckoomodule is now available behind thecuckoofeature (not enabled by default). #143, #144.
Fixed:
- Fix evaluation bug when global rules were declared after non-global rules. #146.
If the global rules had any strings, it would make the evaluation of the rules that followed it invalid. - Fix application of global rules to namespaces. #147, #149.
Global rules were applied to all namespaces instead of only their own namespaces.