一些il2cpp逆向项目的汇总
大家耳熟能详的metadata解密项目:
https://github.com/Perfare/Il2CppDumper
https://github.com/AndnixSH/Il2CppDumper-GUI
Cpp2il(能处理大部分的算法转换成il指令方便逆向):
https://github.com/SamboyCoding/Cpp2IL
这个项目理论上来说比il2cppdumper更强大更复杂,不知道为什么比较少人知道
Melonloader(定位是mod制作工具 但是却能往il2cpp游戏里面加载C#类库,十分方便逆向)
https://github.com/LavaGang/MelonLoader
其配套插件:https://github.com/sinai-dev/UnityExplorer(非常好用)
Il2CppAssemblyUnhollower
https://github.com/knah/Il2CppAssemblyUnhollower

