日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Class-dump

發布時間:2025/3/15 编程问答 43 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Class-dump 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

What is class-dump?

This is a command-line utility for examining the Objective-C runtime information stored in Mach-O files. It generates declarations for the classes, categories and protocols. This is the same information provided by using ‘otool -ov’, but presented as normal Objective-C declarations, so it is much more compact and readable.

Why use class-dump?

It’s a great tool for the curious. You can look at the design of closed source applications, frameworks, and bundles. Watch the interfaces evolve between releases. Experiment with private frameworks, or see what private goodies are hiding in the AppKit. Learn about the plugin API lurking in Mail.app.

Download address

  • class-dump-3.5.dmg
  • class-dump-3.5.tar.gz
  • class-dump-3.5.tar.bz2

How install class-dump?

  • 下載 class-dump-3.5.dmg
  • 打開 class-dump-3.5.dmg
  • 將 class-dump 復制到 /usr/bin 目錄下,如沒有權限,關閉 SIP
  • 在終端輸入 class-dump 測試是否安裝成功

How use class-dump?

  • 新建 Xcode 項目
  • 在真機上 Command + b 構建
  • 右鍵 Produces 目錄下的 .app 文件,Show In Finder 切換到該目錄下
  • 終端輸入:class-dump -H AppName.app -o 要輸出的目錄

Matters need attention

對于 .ipa 文件,將后綴改為 .zip,然后解壓,可以得到 .app。從 App store 下載的應用,經過加密,需要先砸殼,然后再使用 class-dump

address

http://stevenygard.com

轉載于:https://www.cnblogs.com/wangyaoguo/p/9065071.html

與50位技術專家面對面20年技術見證,附贈技術全景圖

總結

以上是生活随笔為你收集整理的Class-dump的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。