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

14 lines
No EOL
343 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "Shadow");
function detect() {
if (Binary.compare("e9$$$$b9....bb....be....bf....ad33c3ab86dff7d3e2..68....c3")) {
sVersion = "1.0 beta";
sOptions = "by Tailgunner";
bDetected = true;
}
return result();
}