mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Add YARA rules node test
This commit is contained in:
parent
e8b4536ec2
commit
252b1b65c4
2 changed files with 17 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue