You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializing metadata...
Metadata Version: 31
Initializing il2cpp file...
Applying relocations...
Il2Cpp Version: 31
Detected this may be a dump file.
Input il2cpp dump address or input 0 to force continue:
032cc000
Searching...
CodeRegistration : a223d18
MetadataRegistration : a4953f8
Dumping...
ERROR: Some errors in dumping
......
ERROR: Some errors in dumping
Done!
Generate struct...
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Il2CppDumper.Il2CppExecutor.GetTypeDefName(Il2CppTypeDefinition typeDef, Boolean addNamespace, Boolean genericParameter) in C:\projects\il2cppdumper\Il2CppDumper\Utils\Il2CppExecutor.cs:line 151
at Il2CppDumper.StructGenerator.CreateStructNameDic(Il2CppTypeDefinition typeDef) in C:\projects\il2cppdumper\Il2CppDumper\Outputs\StructGenerator.cs:line 951
at Il2CppDumper.StructGenerator.WriteScript(String outputDir) in C:\projects\il2cppdumper\Il2CppDumper\Outputs\StructGenerator.cs:line 55
at Il2CppDumper.Program.Dump(Metadata metadata, Il2Cpp il2Cpp, String outputDir) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 265
at Il2CppDumper.Program.Main(String[] args) in C:\projects\il2cppdumper\Il2CppDumper\Program.cs:line 99
Press any key to exit...
032cc000 is the starting address from where dump were created. The header that I add to dumped file is: Header
Il2CppDumper version
6.7.46
Target Unity version (optional)
2022.3.40f1
Describe the issue
When I try to decrypt dumped il2cpp (from gameguardian or by using script from [NekoYuzu (MlgmXyysd)] https://github.com/MlgmXyysd)) to get dummy dll I get error below. At the same time I can successufly get dump.cs by using https://github.com/Perfare/Zygisk-Il2CppDumper or https://github.com/AndnixSH/Auto-Il2cppDumper, but I don't understand\know how to get dummy .dll and necessary header for ghidra or ida from here.
Errors:
032cc000 is the starting address from where dump were created. The header that I add to dumped file is:
Header
lib2cpp + global-metadata ripped
by gameprotection:
https://www.dropbox.com/scl/fo/f8ajtcrr1oveyxk4in2zn/ANDNV1srwf84kmvqlrtpc2o?rlkey=g82afxlp2elucf772b1nvznj0&st=2cd9rvku&dl=0
by NekoYuzu:
https://www.dropbox.com/scl/fo/lvxiyn5xyo9lbyo72pfa4/AE4HM-rVJ0cZOWqGscaJHU0?rlkey=y1j2gzwdb5db0txrr8ntz7xb3&st=outrjabb&dl=0
Original lib2cpp + global-metadata.dat:
https://www.dropbox.com/scl/fo/9cw4nhcbxajbazh7vht5g/AA0dc9kofA9MWswnw7q1b08?rlkey=8lvxjlh5dxqwzut7gkgo2q38c&st=30tiyldn&dl=0
The text was updated successfully, but these errors were encountered: