Skip to content
芒果糯米糍 edited this page Mar 18, 2024 · 7 revisions

Welcome to the Il2CppHookScripts wiki!

Description

基于 frida 的 libil2cpp.so 运行时解析脚本

Features

  • 解析 Unity 的方法 m / 类 c / 字段 f / 实例 lfs / lfp
  • 解析 运行时方法参数 b / 自定义参数解析 A(address, (args)=>{}, (ret)=>{}) alias Interceptor.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 alias PrintHierarchy / PrintHierarchyWithComponents也有引入 <--- testing
  • ...
Clone this wiki locally