Added magic signature to Microsoft Script Decoder

This commit is contained in:
n1073645 2020-04-07 10:33:15 +01:00
parent 4c3324aea1
commit 1f0fddd0e9
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ class MicrosoftScriptDecoder extends Operation {
this.inputType = "string";
this.outputType = "string";
this.args = [];
this.checks = [
{
pattern: "#@~\\^.{6}==(.+).{6}==\\^#~@",
flags: "i",
args: []
}
];
}
/**