mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
343 B
JavaScript
Executable file
14 lines
No EOL
343 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "MSCC");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$0e07be....bf....b9....f3a4b9....be....accc9803d8e2")) {
|
|
sVersion = "1.0a";
|
|
sOptions = "1997 by Mad $cientist";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |