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!
from Hacker News https://ift.tt/35fDewm
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.