You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, ARM architecture, the tmp parameter in the DobbyHook function call must be passed a valid non-null, value, otherwise it will result in an error. However, on the x86 architecture, passing a null value for tmp does not cause an error.
DobbyHook((void *)_sub_0x10030b9a5, ret, &tmp);
The text was updated successfully, but these errors were encountered:
On macOS, ARM architecture, the
tmp
parameter in theDobbyHook
function call must be passed a valid non-null, value, otherwise it will result in an error. However, on the x86 architecture, passing a null value fortmp
does not cause an error.The text was updated successfully, but these errors were encountered: