frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
727 stars 240 forks source link

interceptor: pause cloaked threads too #763

Closed mrmacete closed 8 months ago

mrmacete commented 8 months ago

This prevents random SIGBUS crashes on Frida's own threads while using Interceptor to hook functions living in the same page as any of the ones potentially used internally.

oleavr commented 8 months ago

Yay, great catch! 🤘 Thanks!! 🙌