Added magic signature to Microsoft Script Decoder
This commit is contained in:
parent
4c3324aea1
commit
1f0fddd0e9
@ -24,6 +24,13 @@ class MicrosoftScriptDecoder extends Operation {
|
|||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [];
|
this.args = [];
|
||||||
|
this.checks = [
|
||||||
|
{
|
||||||
|
pattern: "#@~\\^.{6}==(.+).{6}==\\^#~@",
|
||||||
|
flags: "i",
|
||||||
|
args: []
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user