1、theos文档
https://theos.dev/docs/structure
2、环境变量
https://iphonedev.wiki/index.php/Theos
3、Logos语法
https://theos.dev/docs/logos%hook
、%end
:hook一个类的开始和结束%log
:打印方法调用详情HBDebugLog
:跟NSLog类似%new
:添加一个新的方法%c(className)
:生成一个Class对象,比如%c(NSObject),类似于NSStringFromClass()、objc_getClass()%orig
:函数原来的代码逻辑%ctor
:在加载动态库时调用