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

13 lines
No EOL
294 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "Scramb");
function detect() {
if (MSDOS.compareEP("e9$$$$e8$$$$5b0e1f81eb....8bc305....508bc803d12bfac3")) {
sVersion = "1.20";
bDetected = true;
}
return result();
}