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