在此记录一些提升iOS开发的调试工具
1、 reveal 这个视觉调试工具
pod 'Reveal-SDK', '4', :configurations => ['Debug']
2、chisel
配合Xcode命令行打印各种需要的 跟Reveal配合起来 神器
安装步骤参数 https://github.com/facebook/chisel image.png
3、runtime dug 源码
4、InjectionII 这个在appstore下载就可以
缺点只能 模拟器用
[[NSBundle bundleWithPath:@"/Applications/InjectionIII.app/Contents/Resources/iOSInjection.bundle"] load];
5、Cycript
6、MachOview
- drafter
//可以把 方法的调用 到处思维图的形式展现出来
//参考文章
https://github.com/L-Zephyr/Drafter#%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8
8.# iOS逆向之代码注入(dylib)
准备工具
- 非越狱的iPhone手机
- 用PP助手下载: 微信6.6.5(越狱应用)
- MachOView
MachOView下载地址:http://sourceforge.net/projects/machoview/
MachOView源码地址:https://github.com/gdbinit/MachOView
- yololib
yololib下载地址https://github.com/KJCracks/yololib?spm=a2c4e.11153940.blogcont63256.9.5126420eAJpqBD
网友评论