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

14 lines
No EOL
377 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "LOCK");
function detect() {
if (MSDOS.compareEP("b430cd21faba....2e8006......80ea..2e8816....e8$$$$2ec606......fbbf....b9....0e072e8a0534..aae2")) {
sVersion = "1.1";
sOptions = "by Psycho //ENiAC";
bDetected = true;
}
return result();
}