Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interceptor: pause cloaked threads too #763

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

mrmacete
Copy link
Contributor

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.

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.
@mrmacete mrmacete requested a review from oleavr December 15, 2023 16:10
@oleavr oleavr merged commit 76b1de5 into main Dec 18, 2023
5 of 18 checks passed
@oleavr oleavr deleted the fix/interceptor-pause-all-threads branch December 18, 2023 10:38
@oleavr
Copy link
Member

oleavr commented Dec 18, 2023

Yay, great catch! 🤘 Thanks!! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants