mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Added code argtype
This commit is contained in:
parent
13439e100e
commit
df8abb099c
3 changed files with 48 additions and 38 deletions
|
@ -27,7 +27,7 @@ class YaraRules extends Operation {
|
|||
this.outputType = "string";
|
||||
this.args = [{
|
||||
name: "Rules",
|
||||
type: "string",
|
||||
type: "code",
|
||||
value: ""
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue