Detect-It-Easy/db/MSDOS/LockTite+.2.sg
2024-11-07 00:17:07 +03:00

12 lines
No EOL
299 B
JavaScript
Executable file

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