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

13 lines
No EOL
296 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "PassCOM");
function detect() {
if (Binary.compare("e9$$$$be....bf....b9....8ae1ac32c402e1aae2..68....c3")) {
sVersion = "2.0";
bDetected = true;
}
return result();
}