http://stackoverflow.com/questions/4776593/how-to-class-dump-ipad-apps
The issue here is that the binary you obtained has been signed and encrypted to be used on the App Store. In order to class dump or disassemble it you will need to obtain an unencrypted binary. The easiest way to get this is to use GDB to dump the executable when it's running (since the iPhone decrypts the binary to run it).
Of course, this will require a jailbroken device.

本文介绍了一种通过GDB在越狱设备上获取未加密二进制文件的方法,以便进行Class Dump或反汇编操作。这种方法利用了iPhone运行时会解密应用程序二进制文件的特点。
1652

被折叠的 条评论
为什么被折叠?



