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

16 lines
No EOL
422 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("protector", "PTP");
function detect() {
if (Binary.compare("'PTP50'fafafcb430cd21fb585c582bc05257502ec606")) {
sVersion = "5.0";
bDetected = true;
} else if (Binary.compare("'PTP40'fafafcb430cd21fb585c582bc05257502ec606")) {
sVersion = "4.0";
bDetected = true;
}
return result();
}