mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
15 lines
No EOL
412 B
JavaScript
Executable file
15 lines
No EOL
412 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("installer", "PackageForTheWeb");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("558bec6a..68........68........64a1........50648925........83....5356578965..ff15")) {
|
|
if (PE.compareOverlay("....0000dcedbd")) {
|
|
sOptions = "InstallShield";
|
|
bDetected = true;
|
|
}
|
|
}
|
|
|
|
return result();
|
|
} |