iOS 查看包相关信息

//It will output the Objective-C class structures and their defined methods.shell

  • otool -ov demo //查看方法,变量

显示符号表 ide

  • 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"string

  • /Users/xxxx/xxx 相关字符串中获取帐号名
  • 获取字符串中相关的协议头,http:// https:// file://
相关文章
相关标签/搜索