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

14 lines
No EOL
310 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Nodebug");
function detect() {
if (MSDOS.compareEP("fcbe....b9....31d22ead01c2e2")) {
sVersion = "1.0 part 2";
sOptions = "by JVP";
bDetected = true;
}
return result();
}