标签:style blog http io os 使用 ar strong 文件
使用Reveal分析他人app
2)本地已安装了Reveal
scp -r /Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/Reveal.framework root@192.168.0.X:/System/Library/Frameworks
scp /Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib root@192.168.0.X:/Library/MobileSubstrate/DynamicLibraries
2)编辑libReveal.plist
a.能够ssh登录到越狱机上,而且越狱机已安装了编辑器工具比如nano,在/Library/MobileSubstrate/DynamicLibraries/下创建文件libReveal.plist,指定app的Bundle,能够指定多个
{ Filter = { Bundles = ("com.apple.AppStore"); }; }
标签:style blog http io os 使用 ar strong 文件
原文地址:http://www.cnblogs.com/yxwkf/p/4015835.html