Detect-It-Easy/db/MSDOS/MultiLoop Protection.2.sg
2024-04-21 20:32:04 +03:00

13 lines
No EOL
372 B
JavaScript
Executable file

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