axhlzy / Il2CppHookScripts

frida-based libil2cpp.so runtime parsing script
MIT License
530 stars 167 forks source link

如何查找 struct 类型的 接口 #16

Closed GcrazyX closed 2 years ago

GcrazyX commented 2 years ago

如public struct structName{ public static int Encrypt(int value, int key) } find_class只能查找类.不能查找结构体

axhlzy commented 2 years ago

我没太明白啥意思

可以去参考一下ts分支,或者去了解一下 frida-il2cpp-bridge 的写法看看能不能解决你的问题

axhlzy commented 2 years ago

...