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

14 lines
No EOL
366 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "CSCRYPT Pro");
function detect() {
if (MSDOS.compareEP("8d36....565f81ef....b8....81ef....81c0....81f7....2e2935474781c6....e9")) {
sVersion = "3.30/386";
sOptions = "1995-97 by Christian Schwarz";
bDetected = true;
}
return result();
}