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

14 lines
No EOL
314 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("cryptor", "Shitty COM Cryptor");
function detect() {
if (Binary.compare("e9$$$$60bb....b9....300f43e2")) {
sVersion = "1.4";
sOptions = "by UniquE";
bDetected = true;
}
return result();
}