il2cpp topic

List il2cpp repositories

MonoHook

921
Stars
178
Forks
Watchers

hook C# method at runtime without modify dll file (such as UnityEditor.dll), works on Windows, Mac, Android il2cpp(armv7a and armv8a)

UnityAndroidIl2cppPatchDemo

537
Stars
145
Forks
Watchers

这是Unity Android APP il2cpp热更完美解决方案的Demo。更新build_demo_apk里的Unity路径,执行即可一键重build Patch和apk。因为文件libunity是没有热更的,如unity版本有变化则热更不适用。

Cpp2IL

1.5k
Stars
171
Forks
Watchers

Work-in-progress tool to reverse unity's IL2CPP toolchain.

Il2CppAssemblyUnhollower

182
Stars
34
Forks
Watchers

A tool to generate Managed->IL2CPP proxy assemblies

adg

182
Stars
34
Forks
Watchers

Accessibility Developer Guide

android-modding

452
Stars
111
Forks
Watchers

A large collection of github repositories related to android modding.

kcp

772
Stars
131
Forks
Watchers

KCP C#版。线程安全,运行时无alloc,对gc无压力。

frida-il2cpp-bridge

891
Stars
186
Forks
Watchers

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

190
Stars
77
Forks
Watchers

A small template for Android Hooking with Substrate (Or Dobby. See branches). (Includes a mod menu written in Java)

UnityAndroidHotUpdate

180
Stars
46
Forks
Watchers

(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

219
Stars
72
Forks
Watchers

A tool translate a apk file to common android project and support so hook include il2cpp c++ scaffolding