2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 15:53:30 +00:00

Add YARA rules node test

This commit is contained in:
Matt
2019-10-18 12:58:17 +01:00
parent e8b4536ec2
commit 252b1b65c4
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;