mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-09 19:27:17 -03:00
强化搜索
This commit is contained in:
parent
05ee90a4e9
commit
f53ee2cec1
1 changed files with 7 additions and 3 deletions
|
@ -339,6 +339,9 @@ namespace Il2CppDumper
|
|||
{
|
||||
var va2 = FindReference(va - (ulong)i * il2Cpp.PointerSize);
|
||||
if (va2 != 0ul)
|
||||
{
|
||||
il2Cpp.Position = il2Cpp.MapVATR(va2 - il2Cpp.PointerSize);
|
||||
if (il2Cpp.ReadIntPtr() == imageCount)
|
||||
{
|
||||
if (il2Cpp.Version >= 29)
|
||||
{
|
||||
|
@ -348,6 +351,7 @@ namespace Il2CppDumper
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
for (int i = 0; i < imageCount; i++)
|
||||
|
|
Loading…
Reference in a new issue