frida / frida-core

Frida core library intended for static linking into bindings
https://frida.re
Other
609 stars 193 forks source link

darwin: Take Interceptor and Cloak locks in TSM #514

Closed mrmacete closed 4 months ago

mrmacete commented 6 months ago

To extend the ThreadSuspendMonitor scope to prevent deadlock scenarios where threads holding the Cloak or the Interceptor lock get suspended.

depends on https://github.com/frida/frida-gum/pull/787

oleavr commented 4 months ago

w00t! Thanks! :raised_hands: