mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
334 B
JavaScript
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();
|
|
} |