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

14 lines
No EOL
327 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
// https://gameguard.nprotect.com/en/index.html
meta("protector", "GameGuard");
function detect() {
if (PE.compareEP("31FF740661E9'JMP0'")) {
sVersion = "2006.5.X.X";
bDetected = true;
}
return result();
}