mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-25 02:03:02 -03:00
fixed bug
This commit is contained in:
parent
790ef12be3
commit
5bdb2984ff
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace Il2CppDumper
|
|||
}
|
||||
}
|
||||
imageDefs = ReadMetadataClassArray<Il2CppImageDefinition>(header.imagesOffset, header.imagesCount);
|
||||
if (version == 24 && header.assembliesCount / 68 < imageDefs.Length)
|
||||
if (Version == 24.2 && header.assembliesCount / 68 < imageDefs.Length)
|
||||
{
|
||||
Version = 24.4;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue