mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
331 B
JavaScript
Executable file
14 lines
No EOL
331 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Nodebug");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e8$$$$b430cd21b4..03f897d6405e50978b4d..ac32c1aae2")) {
|
|
sVersion = "1.0 part 1";
|
|
sOptions = "by JVP";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |