diff --git a/Il2CppInspector/Reflection/MethodInfo.cs b/Il2CppInspector/Reflection/MethodInfo.cs index e445c57..9d49358 100644 --- a/Il2CppInspector/Reflection/MethodInfo.cs +++ b/Il2CppInspector/Reflection/MethodInfo.cs @@ -58,7 +58,7 @@ namespace Il2CppInspector.Reflection } // Remove ARM Thumb marker LSB if necessary - VirtualAddress &= 0xfffffffe; + VirtualAddress &= 0xffff_ffff_ffff_fffe; HasBody = true; }