Skip to content

Commit

Permalink
Stripped Code Registration Fix (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds5678 authored Nov 21, 2024
1 parent decde80 commit 73abd20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ private static ulong FindCodeGenModulesListFromMscorlib(Il2CppBinary binary, ulo
while (binary.ReadNUint() != 0)
{
endOfCodegenModulesList += pointerSize;
binary.Position += (long)pointerSize;
}

//We're at the end, so walk one back to get the last valid pointer.
Expand Down

0 comments on commit 73abd20

Please sign in to comment.