2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-01 08:03:30 +00:00

Added code argtype

This commit is contained in:
Matt
2019-01-08 22:23:14 +00:00
parent 13439e100e
commit df8abb099c
3 changed files with 48 additions and 38 deletions

View File

@@ -27,7 +27,7 @@ class YaraRules extends Operation {
this.outputType = "string";
this.args = [{
name: "Rules",
type: "string",
type: "code",
value: ""
}];
}