iOS 查看包相关信息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS 查看包相关信息相关的知识,希望对你有一定的参考价值。
//It will output the Objective-C class structures and their defined methods.
- otool -ov demo //查看方法,变量
显示符号表
- strings - -a -arch armv7 "fqsdk" > test5.txt
- strings - -a -arch armv7 "二进制文件名" > test4.txt
//.mobileprovision 用诸如sublime 等工具是无法打开,可以通过shell命令查看
- security cms -D -i embedded.mobileprovision
//查看二进制文件里TEXT大小
-
size "接入Demo"
- /Users/xxxx/xxx 相关字符串中获取账号名
- 获取字符串中相关的协议头,http:// https:// file://
以上是关于iOS 查看包相关信息的主要内容,如果未能解决你的问题,请参考以下文章