-
Notifications
You must be signed in to change notification settings - Fork 9
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
Need help for how to use edb
#2
Comments
Sorry for the disappointing result. I really should mention more clearly in the readme that There are a few reasons why we are not able to debug this program at this point. First, Loading a context can be done with the At some point I want to be able to generate these context files by capturing the structures passed to actual loaded programs, but that is still going to be a while. Secondly, your program puts map definitions in Thirdly, the Forth, you are using a number of helper functions which have not yet been added to the emulator yet, same as with point three. We first have to expand the capabilities of the emulator before we can debug programs using these features. |
Your comments are so great and worth looking at in detail.👍👍👍 @dylandreimerink |
Hi,
I am trying to give a shot for
edb
and this is my test eBPF program, which is a kprobe-type program to trace tcp connections.I've loaded the eBPF program and set the breakpoint via edb, but i don't know how to make it run and hit the breakpoint. You can find the details below:
Could u pls offer more guide to show how to use
edb
?The text was updated successfully, but these errors were encountered: