All Projects → Perfare → Riru Il2cppdumper

Perfare / Riru Il2cppdumper

Using Riru to dump il2cpp data at runtime

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Riru Il2cppdumper

Minject
Mono Framework Interaction / Injection Library for .NET (C++/CLI)
Stars: ✭ 42 (-83.78%)
Mutual labels:  unity, unity3d, reverse-engineering
Il2cppdumper
Unity il2cpp reverse engineer
Stars: ✭ 3,362 (+1198.07%)
Mutual labels:  unity, unity3d, reverse-engineering
Unitysizeexplorer
Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size
Stars: ✭ 242 (-6.56%)
Mutual labels:  unity, unity3d
Midianimationtrack
SMF (.mid) file importer for Unity Timeline
Stars: ✭ 243 (-6.18%)
Mutual labels:  unity, unity3d
Cradle
Play Twine stories in Unity.
Stars: ✭ 242 (-6.56%)
Mutual labels:  unity, unity3d
Roboleague
A car soccer environment inspired by Rocket League for deep reinforcement learning experiments in an adversarial self-play setting.
Stars: ✭ 236 (-8.88%)
Mutual labels:  unity, unity3d
Ezsoftbone
A simple kinetic simulator for Unity, you can use it to simulate hair/tail/breast/skirt and other soft objects
Stars: ✭ 241 (-6.95%)
Mutual labels:  unity, unity3d
Alloy
Alloy physical shader framework for Unity.
Stars: ✭ 244 (-5.79%)
Mutual labels:  unity, unity3d
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (-11.97%)
Mutual labels:  unity, unity3d
Videoplayereffects
Experimental special effects for VideoPlayer (Unity 5.6 new feature)
Stars: ✭ 252 (-2.7%)
Mutual labels:  unity, unity3d
Colyseus Unity3d
⚔ Colyseus Multiplayer SDK for Unity
Stars: ✭ 251 (-3.09%)
Mutual labels:  unity, unity3d
Unitynuget
Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
Stars: ✭ 257 (-0.77%)
Mutual labels:  unity, unity3d
Tork
Arcade vehicle physics for Unity
Stars: ✭ 256 (-1.16%)
Mutual labels:  unity, unity3d
Hololenscamerastream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
Stars: ✭ 233 (-10.04%)
Mutual labels:  unity, unity3d
Nodulus
Puzzle game with clever twists (Unity3d)
Stars: ✭ 232 (-10.42%)
Mutual labels:  unity, unity3d
Cosinegradient
Cosine gradient generator for Unity
Stars: ✭ 244 (-5.79%)
Mutual labels:  unity, unity3d
Cloner
An example of use of procedural instancing.
Stars: ✭ 260 (+0.39%)
Mutual labels:  unity, unity3d
Unity Utilities
A collection of Unity3D scripts I've been sharing between projects - open source, fully commented and with examples.
Stars: ✭ 224 (-13.51%)
Mutual labels:  unity, unity3d
Catlib
CatLib for unity3d dependency injection framework
Stars: ✭ 228 (-11.97%)
Mutual labels:  unity, unity3d
Gameframework
This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
Stars: ✭ 3,318 (+1181.08%)
Mutual labels:  unity, unity3d

Riru-Il2CppDumper

Riru版Il2CppDumper,在游戏运行时dump数据,用于绕过保护,加密以及混淆。

如何食用

  1. 安装MagiskRiru
  2. 下载源码
  3. 编辑game.h, 修改游戏包名GamePackageName和Unity版本UnityVersionUnityVersion的值请看文件内注释
  4. 使用Android Studio运行gradle任务:module:assembleRelease编译
  5. 在Magisk里安装模块
  6. 启动游戏,会在/data/data/GamePackageName/files/目录下生成dump.cs

TODO

  • [x] 低版本使用反射进行dump
  • [x] 高版本使用il2cpp_image_get_class进行dump
  • [ ] 完善dump.cs输出
  • [ ] 泛型相关输出
  • [ ] 生成IDA脚本
  • [ ] 生成头文件
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].