mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
245 B
JavaScript
12 lines
No EOL
245 B
JavaScript
// DIE's signature file
|
|
|
|
init("cryptor", "CodeCrypter"); // ???????????
|
|
|
|
function detect() {
|
|
if (PE.compareEP("5058535B90BB........FFE390CCCCCC558BEC5DC3")) {
|
|
sVersion = "0.31";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |