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

14 lines
No EOL
310 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "UniCrypt");
function detect() {
if (Binary.compare("8cc805....50b8....50cb")) {
sVersion = "1.01";
sOptions = "1998 by V.Slinchuk";
bDetected = true;
}
return result();
}