Jump to content

20 posts in this topic

Recommended Posts

Posted (edited)

I am using GDB on iPad Air iOS 81.2 and I see this line

 

Unrecognized osabi 0 in arm_set_osabi_from_host_info

 

What does it mean? And when I was debugging a game and wrote continue I got the same error. Any solutions?

 

It doesn't prevent me from doing anything, I am just wondering why it's there.

 

There is this one app I am debugging and when I get the value from iGameGuardian and type watch 0x"TheAddress" then c, the app  still stays frozen. Sometimes it unfreezes and then freezes again and does not display the value in IDA. Even when I type display/i$pc

Updated by NitroxicDemon
Posted

I have the same problem on my iPad Mini. Although gdb works fine on the iPhone 5s. :/

Posted

Gdb doesn't work on iPad use lldb instead

Posted

I don't have that problem

I used to use GDB on my ipad mini 2 and it worked fine O.o

From radare repo?

 

@@KingRalph

Posted (edited)

From radare repo?

 

@@KingRalph

Yup! :thumbsup:

 

@ if you want gdb to work on an a7 device, you need to have the following tools installed:

  • Vi IMproved
  • rsync
  • SQLite 3.x
  • Git
  • GNU Debugger (GDB)
  • and libgcc
Updated by KingRalph
Posted

I have the same problem on my iPad Mini. Although gdb works fine on the iPhone 5s. :/

Another question, whats the difference between breakpoints and watchpoints? 

 

Yup! :thumbsup:

 

@ if you want gdb to work on an a7 device, you need to have the following tools installed:

  • Vi IMproved
  • rsync
  • SQLite 3.x
  • Git
  • GNU Debugger (GDB)
  • and libgcc

 

Thanks brah

Posted

Another question, whats the difference between breakpoints and watchpoints? 

 

Thanks brah

A breakpoint stops your program whenever a particular point in the program is reached.

A watchpoint stops your program whenever the value of a variable or expression changes.

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