Jump to content

GDB problem...


Go to solution Solved by Rook,

29 posts in this topic

Recommended Posts

Posted (edited)

So this is what I've done:

login as: root
[email protected]'s password:
Josephs-iPhone:~ root# To see the download link, first hit the iIYIfDL.pngthen reply/comment.
-sh: To: command not found
Josephs-iPhone:~ root# gdb
Unable to start GDB: cannot find binary in '/var/usr/libexec/gdb/gdb-arm-apple-darwin'
Josephs-iPhone:~ root# gdb
Unable to start GDB: cannot find binary in '/var/usr/libexec/gdb/gdb-arm-apple-darwin'
Josephs-iPhone:~ root#

How do I fix that issue?

Updated by Joka
  • Replies 28
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution
Posted

Install gdb from cydia.radare.org

Posted

Install gdb from cydia.radare.org

I did lol.

 

I searched before about this Instruction 4 error, took your advice and then it worked.

 

Rebooted the phone and now that...

I just reinstalled it and it started to work. Thanks DiDA :)

Install gdb from cydia.radare.org

I'm getting Undefined command: error...

 

What can I do about that?

Posted

I did lol.

 

I searched before about this Instruction 4 error, took your advice and then it worked.

 

Rebooted the phone and now that...I just reinstalled it and it started to work. Thanks DiDA :)

 

I'm getting Undefined command: error...

 

What can I do about that?

Full error?

Posted

Full error?

Just says this when I type in the games process:

 

Undefined command: "hcrwc".  Try "help".
Posted

The command is:

 

gdb

 

then

 

att BinaryName

Posted

The command is:

 

gdb

 

then

 

att BinaryName

Cheers, then I got this:

 

 
Usage: attach <-waitfor procname>|<pid>|<procname>.
Posted

Cheers, then I got this:

 

 

Usage: attach <-waitfor procname>|<pid>|<procname>.

Yeah, it's telling you how to use the command.

 

Read some gdb tutorials on iOSGods

Posted

Cheers, then I got this:

 

 

Usage: attach <-waitfor procname>|<pid>|<procname>.

Put the binaryname in quotes. for example if the binary name was Modern Combat (with a space), you would do

 

att "Modern Combat"

 

Also, gdb supports something that I like to call command shortening. Instead of typing the word "attach", you can type "at" because that's the smallest distinguishable version of the word attach that GDB recognizes. Other examples are:

 

detach - det

kill - ki

delete - d

continue - c

info registers - i r

backtrace - bt

 

and so on :p

Posted

Put the binaryname in quotes. for example if the binary name was Modern Combat (with a space), you would do

 

att "Modern Combat"

 

Also, gdb supports something that I like to call command shortening. Instead of typing the word "attach", you can type "at" because that's the smallest distinguishable version of the word attach that GDB recognizes. Other examples are:

 

detach - det

kill - ki

delete - d

continue - c

info registers - i r

backtrace - bt

 

and so on :p

Put the binary in quotes and this is what I got:

 

Unable to locate process named "hrcwc iOS".
 
Just tryna find out how to hook it to the process :sad:

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