-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Overhead Data: Frida-gum VS Static Instrumentation #1007
Comments
This snippet from our JavaScript API docs may be helpful:
However, that's about |
@oleavr Thanks for your response. Actually I measured with the dynamic library I implemented myself with the raw In In the static scenario compared with it, I did almost the same: Recording the arguments in a wrapper at each function call. In this case, the additional overhead may arise from the inline hook mechanism and the process of retrieving arguments by accessing registers. Is this understanding correct? |
What is the approximate overhead introduced by inline hook mechanism in frida-gum?
Could you please share any performance comparison data between them?
I conducted an informal test, and the extra overhead reached up to 80%. Could it really possibly reach this level?
The text was updated successfully, but these errors were encountered: