Perfare / Il2CppDumper

Unity il2cpp reverse engineer
MIT License
6.97k stars 1.37k forks source link

Incorrect CodeRegistration, Array dimensions exceeded supported range #821

Open misaka-eth opened 1 week ago

misaka-eth commented 1 week ago

Note: if you do not provide all of the following information I will directly ignore and close this issue



Cpp2IL works correctly and shows:
```Got Binary codereg: 0x1863580B0, metareg: 0x18722CE70```

- Upload executable file and global-metadata.dat
https://mega.nz/folder/yuByiLoY#UQsSHsWgDHRlXhvtV7nH7A
misaka-eth commented 1 week ago

https://github.com/Perfare/Il2CppDumper/blob/4741d46ba9cd6159c5d853eb9d6fc48b4bfa2b1a/Il2CppDumper/Il2Cpp/Il2Cpp.cs#L73

Solved. Incorrect version detection. I removed switch to 29.1 and it worked for me