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

14 lines
No EOL
305 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "SCRE2B");
function detect() {
if (Binary.compare("8cda0116....ff2e....00")) {
sVersion = "1.02";
sOptions = "by Graeme W. McRae";
bDetected = true;
}
return result();
}