Replies: 1 comment 1 reply
-
|
I think this is solved with something like the below: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'd love some help if folks have time:
In my project ebpf program I'm using Aya's TracePointContext to parse the syscall sys_enter_execve. I'm trying to access its argv. I know the offset for argv should be 24 from reading the execve description. However im not sure what type to give the read_at call that I could use to iterate over the arguments in argv (if any). Would it be possible to point me in the right direction? Thanks in advance!
Here is the field that im trying to use in the syscall:
Here is an example of my code:
Beta Was this translation helpful? Give feedback.
All reactions