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

14 lines
No EOL
316 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "PCOM");
function detect() {
if (Binary.compare("be....b9....2e8a0434..2e880446e2")) {
sVersion = "2.8b2, 2.8b3 -e -i";
sOptions = "1999";
bDetected = true;
}
return result();
}