BitCrackers / Unitor

Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.
GNU General Public License v3.0
35 stars 4 forks source link

Support for il2cpp version 24.4 #3

Open capSAR273 opened 2 years ago

capSAR273 commented 2 years ago

Hello, while working with IL2CPP I noticed that there was a fork made by https://github.com/kneesnap/Il2CppInspector which fixes this error caused by version 24.4:

image

After using this fork IL2CPP worked perfectly, but I wanted to try using Unitor instead. How would I change which IL2CPP Unitor uses? Thanks

The commit that fixed it is here: https://github.com/Kneesnap/Il2CppInspector/commit/541772142e10656b31ea4040eb3052137454116d

OsOmE1 commented 2 years ago

Hi, thanks for your feedback I've been meaning to look into it as Il2CppInspector is not receiving as frequent updates, I might switch to LibCpp2Il. I also need to fix some unity version alignment issues regarding asset files.