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

16 lines
No EOL
499 B
JavaScript
Executable file

// Detect It Easy: detection rule file
init("protector", "EXELock666");
function detect() {
if (MSDOS.compareEP("068CC88EC0BE....26....34..26....4681......75..40B3..B3..F3")) {
sVersion = "1.0";
bDetected = true;
} else if (MSDOS.compareEP("ba....bf....eb$$e8$$$$53bb....eb$$eb$$5beb$$0633c08ec0b8....26a3....268c0e....075052faba....b0..ee")) {
sVersion = "1.0x";
sOptions = "by ST!LLS0N";
bDetected = true;
}
return result();
}