mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
20 lines
No EOL
582 B
JavaScript
20 lines
No EOL
582 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "HTML Executable");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("558bec83c4..b8........e8$$$$$$$$538bd833c0a3........6a..e8........a3")) {
|
|
if (PE.compareOverlay("'GHE32'")) {
|
|
bDetected = true;
|
|
}
|
|
} else if (PE.compareEP("558becb9........6a..6a..4975..535657b8........e8$$$$$$$$538bd833c0a3........6a..e8........a3")) {
|
|
if (PE.compareOverlay("'HEEG'")) {
|
|
bDetected = true;
|
|
}
|
|
}
|
|
|
|
_setLang("HTML", bDetected);
|
|
|
|
return result();
|
|
} |