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

13 lines
No EOL
329 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "TraceLock");
function detect() {
if (MSDOS.compareEP("1e06e8$$$$0e0e1f07b4..b9....be....8bfefcac32c4d2c802e1aae2..b8....35....8706....c3")) {
sVersion = "0.9";
bDetected = true;
}
return result();
}