码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 查看包相关信息

时间:2020-06-28 18:44:38      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:打开   tput   shell命令   符号   output   arm   sdk   str   dde   

//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 查看包相关信息

标签:打开   tput   shell命令   符号   output   arm   sdk   str   dde   

原文地址:https://blog.51cto.com/xuguohongai/2507257

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!