Magic signature for Citrix CTX1 added

This commit is contained in:
n1073645 2019-11-27 16:30:50 +00:00
parent b123c50937
commit 3fa3c31e31
2 changed files with 8 additions and 1 deletions

View file

@ -26,6 +26,13 @@ class CitrixCTX1Decode extends Operation {
this.inputType = "ArrayBuffer";
this.outputType = "string";
this.args = [];
this.patterns = [
{
match: "([A-Z]{4}){10,}",
flags: "",
args: []
}
];
}
/**

View file

@ -31,7 +31,7 @@ class ParseUserAgent extends Operation {
flags: "i",
args: []
}
]
];
}
/**