-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
[QUESTION] How to hot patch user space eBPF program? #309
Comments
If you mean to detach a userspace eBPF program, and then attach a new one:
|
After a glance at the source of frida-gum:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, nice work from you.
Let's say we have a user space eBPF program
a.bpf.c
running. Is it possible to update it tob.bpf.c
without stopping the programa.bpf.c
is hooking to?I have checked
tailcall_minimal
but I found it confusing because I am not familiar with the eBPF byte code.Thanks
The text was updated successfully, but these errors were encountered: