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

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();
}