Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

GameGuard

CoronaKing
Beginner
2,703 Views

Trying to emulate AVX to at least get a game loaded in (Performance won't matter), and GameGuard is getting very upset about it.  Specific message is "A debugger has been running in your system.  Please, unload it from memory and restart your system".  Any way to work around this?

0 Kudos
2 Replies
AdyT_Intel
Moderator
2,678 Views

Intel SDE is based on pin (binary instrumentation system) and it uses debugging APIs in the "injection" process (i.e. to take control of the application). You may try to start the game and then attach to it using the -attach-pid knob. But the game might prevent this option too.

In this case we have no alternative.

0 Kudos
CoronaKing
Beginner
2,658 Views

Thanks for the reply!  I'll give it a try, and hope for the best.

0 Kudos
Reply