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

Use bpf_probe_read_user #3

Open
mdaverde opened this issue Jul 6, 2022 · 1 comment
Open

Use bpf_probe_read_user #3

mdaverde opened this issue Jul 6, 2022 · 1 comment

Comments

@mdaverde
Copy link

mdaverde commented Jul 6, 2022

Consider using the bpf_probe_read_user helper function within your bpf program. It is recommended to use this over bpf_probe_read.

It is also recommended within the man pages: bpf-helpers(7)

@citronneur
Copy link
Owner

Oh thanks for the tips, I'm still learning a lot from eBPF! Thanks a lot!

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