mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
310 B
JavaScript
Executable file
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();
|
|
} |