-
Notifications
You must be signed in to change notification settings - Fork 168
Home
芒果糯米糍 edited this page Mar 18, 2024
·
7 revisions
Welcome to the Il2CppHookScripts wiki!
基于 frida 的 libil2cpp.so 运行时解析脚本
- 解析 Unity 的方法
m
/ 类c
/ 字段f
/ 实例lfs
/lfp
- 解析 运行时方法参数
b
/ 自定义参数解析A(address, (args)=>{}, (ret)=>{})
aliasInterceptor.attach
- 常用函数的(批量)Hook
B("className/classPtr")
/BF("methodNameFilterString")
, 修改函数返回值setFunctionRet...
- 更方便的查找函数
findMethods
以及调用函数callFunction
- 对象层级关系
PrintHierarchy
/ 类型层级关系showTypeParent
/ 查看游戏对象showGameObject
- 结合frida dismy以及动态方法信息的dump进行反汇编
showAsm
- 常用Hook封装
HookOnPointerClick/HookSetActive/B_Button/B_Text() ...
- 解析 挂载脚本
showComponents
aliasPrintHierarchy
/PrintHierarchyWithComponents
也有引入 <--- testing - ...
更多用法查看 WIKI
或者使用搜索 globalThis.
进行查看