Code Monkey home page Code Monkey logo

il2cpp-modder's Introduction

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!

il2cpp-modder's People

Contributors

juanmjacobs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.