Jump to content
  • 1

Help for auto-freezing


Adamoumou

Question

Posted

Hello,

i am reversing a game with IDA and I need to but it seems we can’t start the game but only attach to it and the code part I want to reverse is at the very start of the game so the breakpoint is not reached. I was wondering if it’s possible to automatically attach then freeze the game with gameguardian so I could have the time to attach debugger to the game or maybe finding a workaround for what I want to do.

Thanks !

1 answer to this question

Recommended Posts

Posted

Android has "Wait for debugger" developer option that suspends the application at startup until Java debugger is connected. You can use the option as described in official documentation to connect debugger before target code runs.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.