###insightTookit,Debug模式剖析App
-
app 界面层级信息查看
-
app 数据层信息索引查看
思路同上。。。。O(∩_∩)O~ (关键是: 数据层dic arr 需要规划清晰才好dump 出来)
-
innerConsole 内嵌控制台
-
全局httpVerb swizzing截断获取
-
堆栈中的object graph in heap 绝对搜索定位
[Beagle is an Objective C debugging tool that can sniff out class instances on the heap.]
https://github.com/heardrwt/RHObjectiveBeagle
[Simple NSObject-category wrapper for <objc/runtime.h>]
https://github.com/garnett/DLIntrospection
-
程序资源耗费可视化优化
[Instrumentation for Objective C for debugging and profiling]
https://github.com/Cue/hookshot
-
封装好了的方便convincedMethod 4 swizzing
[Delightful, simple library for aspect oriented programming.]
https://github.com/steipete/Aspects
-
exploring obj-c-runtime ,feeling beauty Hierarchy
not stop….