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

14 lines
No EOL
360 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "SCRNCH");
function detect() {
if (MSDOS.compareEP("eb$$bb....b44acd2181eb....73..ba....b9....e9$$$$0e1fb440bb....cd21b8....cd21")) {
sVersion = "1.02";
sOptions = "by Graeme W. McRae";
bDetected = true;
}
return result();
}