Add YARA rules node test

This commit is contained in:
Matt 2019-10-18 12:58:17 +01:00 committed by d98762625
parent e09e57692f
commit 4fe70f3be4
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;