shalzuth / AutoGunfireReborn

Gunfire Reborn mods
MIT License
32 stars 10 forks source link

AutoGunfireReborn

A tool that adds easy mode to Gunfire Reborn.

This project shows how to inject Unity modules during runtime into il2cpp Unity games.

Features

Todo / current issues

Credits

https://github.com/Perfare/Il2CppDumper - dumps out dummy DLLs from Unity il2cpp game

https://github.com/knah/Il2CppAssemblyUnhollower - converts dummy DLLs from Il2CppDumper into native calls. knah also helped me debug along the way

https://github.com/warbler/SharpMonoInjector - calls mono functions after mono is loaded

https://github.com/HerpDerpinstine/MelonLoader - not used in this project directly, but I leveraged the workflow to inject mono into the target app