Detect-It-Easy/db/MSDOS/protector_CrypteXeC.2.sg
2026-05-25 21:03:46 +03:00

16 lines
No EOL
435 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("protector", "CrypteXeC");
function detect() {
if (MSDOS.compareEP("FD25....E8....3EBA....EC0C..26EE..B9....5151..87C9")) {
sVersion = "1.01";
bDetected = true;
} else if (MSDOS.compareEP("06b4..cd2107e8....acac3ee8....d7e9")) {
sVersion = "1.01";
bDetected = true;
}
return result();
}