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

14 lines
No EOL
318 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("packer", "LGLZ");
function detect() {
if (Binary.compare("bf....3bfc72$$be....b9....fdf3a4fc8bf746bf....e8")) {
sVersion = "1.03/04";
sOptions = "1996";
bDetected = true;
}
return result();
}