il2cpp topic
MonoHook
hook C# method at runtime without modify dll file (such as UnityEditor.dll), works on Windows, Mac, Android il2cpp(armv7a and armv8a)
UnityAndroidIl2cppPatchDemo
这是Unity Android APP il2cpp热更完美解决方案的Demo。更新build_demo_apk里的Unity路径,执行即可一键重build Patch和apk。因为文件libunity是没有热更的,如unity版本有变化则热更不适用。
Cpp2IL
Work-in-progress tool to reverse unity's IL2CPP toolchain.
Il2CppAssemblyUnhollower
A tool to generate Managed->IL2CPP proxy assemblies
adg
Accessibility Developer Guide
android-modding
A large collection of github repositories related to android modding.
kcp
KCP C#版。线程安全,运行时无alloc,对gc无压力。
frida-il2cpp-bridge
A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.
Hooking-Template-With-Mod-Menu
A small template for Android Hooking with Substrate (Or Dobby. See branches). (Includes a mod menu written in Java)
UnityAndroidHotUpdate
(Unity3D热更新) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version...
FakerAndroid
A tool translate a apk file to common android project and support so hook include il2cpp c++ scaffolding