Detect-It-Easy/db_extra/PE/CodeCrypter.2.sg
2024-11-07 08:24:39 +03:00

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();
}