mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
344 B
JavaScript
Executable file
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();
|
|
} |