Detect-It-Easy/db/PE/App_Encryptor.2.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
334 B
JavaScript

// Detect It Easy: detection rule file
init("cryptor", "App Encryptor");
function detect() {
if (PE.compareEP("60E8000000005D81ED1F1F4000B97B0900008DBD671F40008BF7AC")) {
bDetected = true;
} else if (PE.compareEP("E997000000'\r\nSilent Team App Protector'")) {
bDetected = true;
}
return result();
}