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

14 lines
No EOL
362 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "mCrypt");
function detect() {
if (Binary.compare("e9$$$$1e06be....bf....b9....0e1f0e07e8$$$$33c0fa5083c4..83ec..58fb0bc075..c3")) {
sVersion = "0.1a";
sOptions = "1998 by //UFO CREW";
bDetected = true;
}
return result();
}