Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.

GameGuard

CoronaKing
Beginner
1,554 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
1,529 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
1,509 Views

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

0 Kudos
Reply