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

13 lines
No EOL
347 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Anti-hack encryption system");
function detect() {
if (MSDOS.compareEP("eb$$bd....33c08ec026c706........268c0e....8b46..26a3....268c0e....0e07")) {
sOptions = "by Rezaul Kabir //Shuvro";
bDetected = true;
}
return result();
}