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

12 lines
No EOL
292 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "LockTite+");
function detect() {
if (MSDOS.compareEP("8cc88ed88cc381c3....8bc30306....8ec08b0e....8bf14e8bfefdf3a450b8....50cb")) {
bDetected = true;
}
return result();
}