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://
相關文章
相關標籤/搜索