Cpp2IL icon indicating copy to clipboard operation
Cpp2IL copied to clipboard

How to get dump.cs from GameAssembly.dll and global-metadata.dat

Open dream811 opened this issue 1 year ago • 1 comments

I tried with Il2CppInspector(https://github.com/djkaty/Il2CppInspector) andIl2CppDumper(https://github.com/Perfare/Il2CppDumper). But I got failed.

Using plugin: IL2CPP API Discovery Using plugin: Binary metadata field order deobfuscator Using plugin: Metadata strings XOR decryptor Using plugin: Binary file XOR decryptor The supplied metadata file is not of a supported version (29). Analyze IL2CPP data: 0.50 sec

I attached my GameAssmebly.dll and global-metadata.dat https://drive.google.com/file/d/19iDi8wukrwpQlobT88qx1gzEHPhza6cP/view?usp=sharing https://drive.google.com/file/d/1VOSeuzfGBw22jWOgYGLENmdhcbVdJllZ/view?usp=sharing Please give me a hint. Thanks

dream811 avatar Feb 06 '24 14:02 dream811

this has an example of the command line arguments you could use https://github.com/BepInEx/Il2CppInterop/blob/master/Documentation/Command-Line-Usage.md#basic-usage-generate-proxy-assemblies

CamelCaseName avatar Feb 15 '24 08:02 CamelCaseName

Closing in favor of #303

SamboyCoding avatar Aug 12 '24 00:08 SamboyCoding