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

frida-gum: InvocationListener and ProbeListener signature issues #144

Open
ajwerner opened this issue Aug 27, 2024 · 1 comment
Open

frida-gum: InvocationListener and ProbeListener signature issues #144

ajwerner opened this issue Aug 27, 2024 · 1 comment

Comments

@ajwerner
Copy link
Contributor

The handlers in the InvocationListener should not get mutable references because the methods can be called from multiple threads. The trait should also require that the object be Send and Sync.

@s1341
Copy link
Contributor

s1341 commented Aug 28, 2024

Thanks for your report. Care to take a stab at a PR?

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

No branches or pull requests

2 participants