mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
366 B
JavaScript
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();
|
|
} |