You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think of adding support for inline Yara rules for the Extractor / ExtractorManager? Currently I think that it only supports yara files stated in yara_rules = [...]. I think it can be nice to also be able to provide yara rules as a string so this can be matched against as well.
What do you think of adding support for inline Yara rules for the
Extractor
/ExtractorManager
? Currently I think that it only supports yara files stated inyara_rules = [...]
. I think it can be nice to also be able to provide yara rules as a string so this can be matched against as well.I personally prefer to use Yara files (
.yar
) and not inline rules, but I think it can be nice extensionThe text was updated successfully, but these errors were encountered: