Jump to content

7 posts in this topic

Recommended Posts

Posted

Hey guys, I'm trying to hack my first game by using IDA, and at the moment I'm using gdb to get the offset to hack in ida, but after i set a watchpoint and type continue, my app doesn't unfreeze. 

 

I get this after typing continue:

 

(gdb) watch 0x0806F24C

Watchpoint 1: 134672972

(gdb) continue

Continuing.

warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info

warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info

warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info

 

 

and my game doesn't unfreeze. any help? thanks

Posted (edited)

don't know what that is :/

 

explain?

Is a cydia tweak that bypasses anti-debugging protection in a ton of games, from gameloft,wb games...

 

Download ptrace pwner from xarold repo.

 

repo: http://repo.xarold.com/

 

Search for ptrace pwner and install it , respring and then try again gdb :)

Updated by Fred22
Posted

Is a cydia tweak that bypasses anti-debugging protection in a ton of games, from gameloft,wb games...

 

Download ptrace pwner from xarold repo.

 

repo: http://repo.xarold.com/

 

Search for ptrace pwner and install it , respring and then try again gdb :)

 

Thanks man :D

Posted

Is a cydia tweak that bypasses anti-debugging protection in a ton of games, from gameloft,wb games...

 

Download ptrace pwner from xarold repo.

 

repo: http://repo.xarold.com/

 

Search for ptrace pwner and install it , respring and then try again gdb :)

 

i installed it and resprung, but when i try to continue it does the same thing :(

Posted

"ptrace pwner" has nothing to do with your issue. You need it only if GDB is not connecting to the game and you're getting a "Segmentation: Fault 11" error. What the issue is, is with GDB itself. GDB does not work well with watchpoints, so you need to rely on LLDB for using watchpoints. GDB, however, works excellent with breakpoints. If LLDB does not work for you then, then you need to rely on strings or other hacking methods.

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 would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines