Detect-It-Easy/db/COM/MSCC.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", "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();
}