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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user