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

13 lines
No EOL
344 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "LAMPROT");
function detect() {
if (Binary.compare("e9$$$$8b0e....be....bf....f3a4b9....bb....8a0734..880743e2..33c033c933db33d233ff33f668....c3")) {
sOptions = "by gds //FH";
bDetected = true;
}
return result();
}