Add YARA rules node test

This commit is contained in:
Matt 2019-10-18 12:58:17 +01:00
parent e8b4536ec2
commit 252b1b65c4
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
2 changed files with 17 additions and 2 deletions

View file

@ -61,7 +61,7 @@ class YARARules extends Operation {
* @param {Object[]} args
* @returns {string}
*/
run(input, args) {
async run(input, args) {
if (isWorkerEnvironment())
self.sendStatusMessage("Instantiating YARA...");
const [rules, showStrings, showLengths, showMeta, showCounts] = args;