1
0
mirror of synced 2025-01-26 16:23:47 +01:00

Merge branch 'n1073645-microsoftDecoderMagic'

This commit is contained in:
n1474335 2021-02-02 17:29:41 +00:00
commit 3270961574

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: []
}
];
}
/**