juanmjacobs / il2cpp-modder

Generate DLL injection templates for modding il2cpp games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

il2cpp-modder

Generate DLL injection templates for reverse engineering and modding Unity il2cpp games.

Motivation

So you've been researching how to do some hacky stuff in Unity games and stumbled upon the amazing IL2CppDumper. You have learned how to get and analyze the dump.cs and now you know exactly what you want to do, but you do not know how to do it.

You know that you have to override some method, replace the value of some field in an object or something like that, but your low level programming skills with all that nasty pointer arithmetic and assembly are not quite there yet (don't worry, mine barely are, just practice and you'll get better!).

Well this is the project for you! il2cpp-modder lets you describre what to do and it will generate all the code to do it. That's it, you don't have to program at all!

Built in mods

Requirements

Installation

git clone https://github.com/juanmjacobs/il2cpp-modder
cd il2cpp-modder
sh install.sh

Usage

See the usage documentation

Contributing

Issues and PRs are welcome!

About

Generate DLL injection templates for modding il2cpp games


Languages

Language:C# 99.8%Language:JavaScript 0.2%Language:Batchfile 0.0%Language:Shell 0.0%