Il2CppDumper
Il2CppDumper copied to clipboard
Unity il2cpp reverse engineer
Note: if you do not provide all of the following information I will directly ignore and close this issue - Il2CppDumper version 6.7.40 - Target Unity version (optional) 2019.4.31f1 -...
Note: if you do not provide all of the following information I will directly ignore and close this issue - Il2CppDumper version: 6.7.40 - Target Unity version (optional): 29.1 -...
- Il2CppDumper版本 v6.7.40 - 目标Unity版本 (可以不填) 2017.4.39f1 - 问题描述 通过GG从内存中dump出了il2cpp.so和global-metadata.dat,然后用Il2CppDumper-v6.7.40操作,无法dump出来,请问下如何能获得其正确的CodeRegistration和MetadataRegistration呢 - 上传可执行文件和global-metadata.dat https://pan.quark.cn/s/6a1e8009c4af
Il2CppDumper版本 v6.7.40 目标Unity版本 (可以不填) Unity2019.4.40f1 问题描述 dumper失败,没有加密 Initializing metadata... Metadata Version: 24.4 Initializing il2cpp file... Applying relocations... WARNING: find .init_proc ERROR: This file may be protected. Il2Cpp Version: 24.4 Searching......
请注意:如果你没有提供以下所有信息我将会直接无视并关闭这个issue - Il2CppDumper版本 - v6.7.40 - 目标Unity版本 (可以不填) - Unity2020.3.48f1 - 问题描述 - dumper失败,没有加密 - ERROR: Can't use auto mode to process file, try manual mode. - System.OverflowException: Arithmetic operation...
Note: if you do not provide all of the following information I will directly ignore and close this issue - Il2CppDumper version 6.7.40 - Target Unity version : 2022.3.33f1 -...
This PR adds extra checks found in Unity-2022.3.0f1: ```c++ bool il2cpp::vm::GlobalMetadata::Initialize(int32_t* imagesCount, int32_t* assembliesCount) { s_GlobalMetadata = vm::MetadataLoader::LoadMetadataFile("global-metadata.dat"); if (!s_GlobalMetadata) return false; s_GlobalMetadataHeader = (const Il2CppGlobalMetadataHeader*)s_GlobalMetadata; IL2CPP_ASSERT(s_GlobalMetadataHeader->sanity == 0xFAB11BAF); IL2CPP_ASSERT(s_GlobalMetadataHeader->version...
- Il2CppDumper version: Il2CppDumper-win-v6.7.40 - Target Unity version (optional) - Describe the issue: I try this: "Il2CppDumper exefs/main romfs/Data/Managed/Metadata/global-metadata.dat il2cppdump" but only Dump.cs was generated and error: ```Initializing metadata... Metadata...
请注意:如果你没有提供以下所有信息我将会直接无视并关闭这个issue - Il2CppDumper版本 - 目标Unity版本 (可以不填) - 问题描述 可以支持Mac m1版本吗 - 上传可执行文件和global-metadata.dat