-
03-14-2009, 06:34 AM #1
Help with disassembling iPhone apps.
I use IDA Pro.
Functions calls aren't displayed correctly (due to the "structure" of OBJ-C) - For example:
How could I know which function is called in here?Code:__text:0000F860 LDR R1, =off_356C8 __text:0000F864 ADD R7, SP, #8+var_8 __text:0000F868 ADD R3, PC, R1 __text:0000F86C LDR R1, [R3] __text:0000F870 MOV R2, #1 __text:0000F874 BL _objc_msgSend
Thanks.
-
03-14-2009, 11:27 AM #2plain jane vanilla (post count restored to FULL AWESOMENESS)
- Join Date
- Jul 2007
- Location
- ATL
- Posts
- 11,692
- Thanks
- 181
- Thanked 1,456 Times in 1,263 Posts
Why would you be doing this?
-
03-14-2009, 12:06 PM #3
RE...
I want to know how some program works
-
03-14-2009, 01:00 PM #4Developer/Hacker
- Join Date
- Oct 2008
- Location
- Buffalo, NY
- Posts
- 2,391
- Thanks
- 81
- Thanked 283 Times in 214 Posts
-
03-14-2009, 01:48 PM #5
-
03-18-2009, 05:25 PM #6
I suggest using otool instead.



LinkBack URL
About LinkBacks
Reply With Quote




