mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-10 11:37:27 -03:00
修复bug
This commit is contained in:
parent
02a5a12c77
commit
baaa6350c3
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ namespace Il2CppDumper
|
||||||
Console.WriteLine("CodeRegistration : {0:x}", codeRegistration);
|
Console.WriteLine("CodeRegistration : {0:x}", codeRegistration);
|
||||||
Console.WriteLine("MetadataRegistration : {0:x}", metadataRegistration);
|
Console.WriteLine("MetadataRegistration : {0:x}", metadataRegistration);
|
||||||
Init(codeRegistration, metadataRegistration);
|
Init(codeRegistration, metadataRegistration);
|
||||||
|
FixMethodPointerAddr();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue