class-dump安装及基本使用

Mac系统10.11添加了新特性Rootless,限制了root用户的权限(/usr/bin,不允许更改)。那就改变环境变量来使用class-dump。
class-dump下载地址

http://stevenygard.com/projects/class-dump/

1、首先在当前用户下新建一个bin目录,在终端里

mkdir ~/bin

2、 打开下载好的class-dump的dmg,把里面的文件全部复制到创建的bin目录下,赋予其可执行权限

chmod +x ~/bin/class-dump

3、打开bash_profile文件配置环境变量,在最后一行添加:export PATH= HOME/bin/: PATH

vim ~/.bash_profile

4、添加完之后,执行

source ~/.bash_profile

5、测试是否成功

zhen:~ zhenxb$ class-dump
class-dump 3.5 (64 bit)
Usage: class-dump [options] <mach-o-file>

  where options are:
        -a             show instance variable offsets
        -A             show implementation addresses
        --arch <arch>  choose a specific architecture from a universal binary (ppc, ppc64, i386, x86_64, armv6, armv7, armv7s, arm64)
        -C <regex>     only display classes matching regular expression
        -f <str>       find string in method name
        -H             generate header files in current directory, or directory specified with -o
        -I             sort classes, categories, and protocols by inheritance (overrides -s)
        -o <dir>       output directory used for -H
        -r             recursively expand frameworks and fixed VM shared libraries
        -s             sort classes and categories by name
        -S             sort methods by name
        -t             suppress header in output, for testing
        --list-arches  list the arches in the file, then exit
        --sdk-ios      specify iOS SDK version (will look in /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS<version>.sdk
        --sdk-mac      specify Mac OS X version (will look in /Developer/SDKs/MacOSX<version>.sdk
        --sdk-root     specify the full SDK root path (or use --sdk-ios/--sdk-mac for a shortcut)

6、class-dump使用
将自己打包的ipa文件,修改后缀名,修改成.zip,然后进行解压

class-dump -H 解压完成的APP的文件路径/你的app.app -o /Users/morris/Desktop/指定生成文件路径
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值