mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
375 B
JavaScript
Executable file
14 lines
No EOL
375 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "LGLZ");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("fc1e060e8cc80106....ba....03c28bd805....8edb8ec033f633ffb9....f3a54b484a79..8ec38ed8be....ad95b2..ea")) {
|
|
sVersion = "1.04";
|
|
sOptions = "by G.Lyapko";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |