Detect-It-Easy/db/PE/protector_Hide&Protect.2.sg
2026-05-25 21:03:46 +03:00

15 lines
No EOL
420 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://download.cnet.com/hide-protect/3000-2092_4-10380452.html
meta("protector", "Hide&Protect");
function detect() {
if (PE.compareEP("909090E9D8..050095..5300954A5000") ||
PE.compareEP("909090E9........0000000000000000")) {
sVersion = "1.016";
bDetected = true;
}
return result();
}