How to class-dump iPad apps?

后端 未结 3 1451
隐瞒了意图╮
隐瞒了意图╮ 2021-02-02 02:53

I am trying to run class-dump an iPad app to explore its architecture. I extracted the .ipa file using The Unarchiver and from inside the Payload folder, I ran class-dump on the

3条回答
  •  自闭症患者
    2021-02-02 03:25

    I have written an article on how you can use gdb and other debugging tools to decrypt an IOS application so you can dump the class info using class-dump-z

    http://timourrashed.com/decrypting-ios-app/

提交回复
热议问题