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

13 lines
No EOL
301 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "MultiLoop Protection");
function detect() {
if (MSDOS.compareEP("1e06b8....8ec0b0..b9....be....2e300404..46e2")) {
sOptions = "1992 by J&A";
bDetected = true;
}
return result();
}