Tool Il2CppDumper GUI Tool (Windows)

1.JPG


How to fix that ?
Interface graphique Il2CppDumper mise à jour vers 2.0.0
- Mise à jour du code de base Il2CppDumper vers 6.7.40
- Migré vers .NET 7.0. Le fichier exe sera assez volumineux
[/CITATION]
 
how do i reconstruct the libil2cpp.so file after my desired changes in the Assembly-CSharp.dll file, i keep getting these errors

Code:
C:\APK Easy Tool v1.60\1-Decompiled APKs\idle-lumber-empire_1.8.7-apkpure\assets
\bin\Data\Managed\Metadata>python ida_with_struct.py
  File "ida_with_struct.py", line 51
    print "apply_type failed:", hex(addr), signature
          ^
SyntaxError: invalid syntax

C:\APK Easy Tool v1.60\1-Decompiled APKs\idle-lumber-empire_1.8.7-apkpure\assets
\bin\Data\Managed\Metadata>python ida_with_struct_py3.py
Traceback (most recent call last):
  File "ida_with_struct_py3.py", line 12, in <module>
    imageBase = idaapi.get_imagebase()
NameError: name 'idaapi' is not defined

i have ida pro v6.8.150423 (32-bit), java jdk 17 and all the .net frameworks till v4.8 except v1.0, v1.1 & v4.0. what is going wrong, please help
 
how do i reconstruct the libil2cpp.so file after my desired changes in the Assembly-CSharp.dll file, i keep getting these errors

Code:
C:\APK Easy Tool v1.60\1-Decompiled APKs\idle-lumber-empire_1.8.7-apkpure\assets
\bin\Data\Managed\Metadata>python ida_with_struct.py
  File "ida_with_struct.py", line 51
    print "apply_type failed:", hex(addr), signature
          ^
SyntaxError: invalid syntax

C:\APK Easy Tool v1.60\1-Decompiled APKs\idle-lumber-empire_1.8.7-apkpure\assets
\bin\Data\Managed\Metadata>python ida_with_struct_py3.py
Traceback (most recent call last):
  File "ida_with_struct_py3.py", line 12, in <module>
    imageBase = idaapi.get_imagebase()
NameError: name 'idaapi' is not defined

i have ida pro v6.8.150423 (32-bit), java jdk 17 and all the .net frameworks till v4.8 except v1.0, v1.1 & v4.0. what is going wrong, please help
You don't modify Assembly-CSharp.dll, only libil2cpp.so. And also use Ida 7.0 or above
 
@AndnixSH

Read config...
config.json file does not exist. Using defaults
Initializing metadata...
System.NotSupportedException: ERROR: Metadata file supplied is not a supported version[39].
at Il2CppDumper.Metadata..ctor(Stream stream)
at Il2CppDumper.MainForm.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp)
at Il2CppDumper.MainForm.Dumper(String file, String metadataPath, String outputPath)
 
Last edited by a moderator:
@AndnixSH

Read config...
config.json file does not exist. Using defaults
Initializing metadata...
System.NotSupportedException: ERROR: Metadata file supplied is not a supported version[39].
at Il2CppDumper.Metadata..ctor(Stream stream)
at Il2CppDumper.MainForm.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp)
at Il2CppDumper.MainForm.Dumper(String file, String metadataPath, String outputPath)
Metadata v39 is now supported. Please update the tool
 
Tags Tags
games github gui il2cpp il2cppdumper mono perfare scripting backend tool unity
Back
Top Bottom