mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
327 B
JavaScript
Executable file
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();
|
|
} |