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.

版权声明:本文为博主原创文章,未经博主允许不得转载。

最新文章

  1. url传值错误
  2. 戴文的Linux内核专题:06配置内核(2)
  3. Javascript的怪癖
  4. Radar Installation(POJ 1328 区间贪心)
  5. 作为一个新人,如何学习嵌入式Linux?
  6. EasyUI实现购物车、菜单和窗口栏等最常用的用户界面功能
  7. vue 源码学习----build/config.js
  8. js监听键盘事件
  9. C# 集合、字典、栈和队列
  10. activiti工作流
  11. Linux-TCP之深入浅出send和recv
  12. svn出错:directory 'xxxx' is out of date
  13. SQL 根据生日和日期计算年龄
  14. gluoncv 训练自己的数据集,进行目标检测
  15. [java]BoneCP 参数详解
  16. Linux下安装 nginx
  17. MiCode108 猜数字
  18. css 猫头鹰选择器
  19. 基于 Nginx && Lua 的简易CC防护方案
  20. 最短路---dijsktra--邻接矩阵

热门文章

  1. Android开发 layer-list详解
  2. ActiveMQ 基础
  3. slam课程
  4. mysql插入数据显示:Incorrect datetime value: '0000-00-00 00:00:00'
  5. poi 3669 meteor shower (bfs)
  6. Redis学习笔记01-分布式锁
  7. DEV 皮肤的使用
  8. iOS汇编系列-汇编入门
  9. 搭建一个Semantic-ui项目
  10. HZOI20190829模拟33题解