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
Could use the following code to thread_suspend all other threads than mach_thread_self, unmap the region you want to hook, write the hook and remap the region.
Could use the following code to
thread_suspend
all other threads thanmach_thread_self
, unmap the region you want to hook, write the hook and remap the region.To be noted, the first thread's id seems to always be 259.
The text was updated successfully, but these errors were encountered: