Jump to content

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

  • 0
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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.