Jump to content

22 posts in this topic

Recommended Posts

Posted

try an other games !!! and see if u get the same errors ?

Whenever i type GDB it show these line 

 

usr/bin/gdb: line 55: awk: command not found
warning: unrecognized host cpusubtype , defaulting to host==armv7.
GNU gdb 6.3.50-20050815 (Apple version gdb-1708 + reverse.put.as patches v0.4) 

Ignore those lines for a second. Can you debug an app?

Naa i can't 

  • Replies 21
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Posted

Whenever i type GDB it show these line 

 

usr/bin/gdb: line 55: awk: command not found

warning: unrecognized host cpusubtype , defaulting to host==armv7.

GNU gdb 6.3.50-20050815 (Apple version gdb-1708 + reverse.put.as patches v0.4) 

 

Naa i can't

gdb is from radare correct?

Posted

Yes

And why can't you debug? :)

 

Something happens?

Posted

And why can't you debug? :)

 

Something happens?

Showing this 

 

 
Danyals-iPhone:~ root# gdb
/usr/bin/gdb: line 55: awk: command not found
warning: unrecognized host cpusubtype , defaulting to host==armv7.
GNU gdb 6.3.50-20050815 (Apple version gdb-1708 + reverse.put.as patches v0.4) (Mon Apr 16 00:53:47 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "arm-apple-darwin".
(gdb) att mi5
Unable to locate process named "mi5".
(gdb)
Posted

Showing this 

 

 

Danyals-iPhone:~ root# gdb

/usr/bin/gdb: line 55: awk: command not found

warning: unrecognized host cpusubtype , defaulting to host==armv7.

GNU gdb 6.3.50-20050815 (Apple version gdb-1708 + reverse.put.as patches v0.4) (Mon Apr 16 00:53:47 UTC 2012)

Copyright 2004 Free Software Foundation, Inc.

GDB is free software, covered by the GNU General Public License, and you are

welcome to change it and/or distribute copies of it under certain conditions.

Type "show copying" to see the conditions.

There is absolutely no warranty for GDB.  Type "show warranty" for details.

This GDB was configured as "arm-apple-darwin".

(gdb) att mi5

Unable to locate process named "mi5".

(gdb)

That just means Mission Impossible 5 App is not running :unsure:

Posted

That just means Mission Impossible 5 App is not running :unsure:

Lol my fault :D 

 

Here is this ok ? 

 

........ done
unable to read unknown load command 0x80000028
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
bfd_mach_o_scan: unknown architecture 0x100000c/0x0
`/Library/MobileSubstrate/DynamicLibraries/SmoothCursor.dylib' has changed; re-reading symbols.
Reading symbols for shared libraries +.. done
0x3ae280fc in __psynch_mutexwait ()
Posted

Lol my fault :D 

 

Here is this ok ? 

 

........ done

unable to read unknown load command 0x80000028

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

bfd_mach_o_scan: unknown architecture 0x100000c/0x0

`/Library/MobileSubstrate/DynamicLibraries/SmoothCursor.dylib' has changed; re-reading symbols.

Reading symbols for shared libraries +.. done

0x3ae280fc in __psynch_mutexwait ()

SmoothCursor.dylib? Veency? :p

 

-

 

Try setting a watchpoint or breakpoint now. :)

Posted

SmoothCursor.dylib? Veency? :p

 

-

 

Try setting a watchpoint or breakpoint now. :)

Here 

 

Reading symbols for shared libraries +... done
0x00e9fd0c in _mh_execute_header ()
(gdb) watch -location 0x0BEBD4E8
Attempt to take address of value not located in memory.
(gdb) watch *0x0BEBD4E8
Hardware watchpoint 1: *200004840
(gdb) c
Continuing.
Hardware watchpoint 1: *200004840
 
Old value = 34
New value = 33
0x0059ab1c in _mh_execute_header ()
Posted

Here 

 

Reading symbols for shared libraries +... done

0x00e9fd0c in _mh_execute_header ()

(gdb) watch -location 0x0BEBD4E8

Attempt to take address of value not located in memory.

(gdb) watch *0x0BEBD4E8

Hardware watchpoint 1: *200004840

(gdb) c

Continuing.

Hardware watchpoint 1: *200004840

 

Old value = 34

New value = 33

0x0059ab1c in _mh_execute_header ()

Seems like it's working.

 

0x0059ab1c is the offset you need to check in IDA.

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