I'm trying to dump bridgehead headers from my mac
using the following command
class-dump /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/CoreServices/SpringBoard.app/SpringBoard -H -o /Desktop/SpringBoard`
but I get the following error:
Error: Cannot find offset for address 0x38a56a2c in dataOffsetForAddress:
I downloaded the dump class command line tool from http://www.codethecode.com/projects/class-dump and copied the class-dump file to my usr/bin/
So, someone, please let me know what went wrong?
objective-c iphone
Johny_568
source share