Added code argtype

This commit is contained in:
Matt 2019-01-08 22:23:14 +00:00
parent 13439e100e
commit df8abb099c
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
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: ""
}];
}