pamspy icon indicating copy to clipboard operation
pamspy copied to clipboard

Use bpf_probe_read_user

Open mdaverde opened this issue 2 years ago • 1 comments

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)

mdaverde avatar Jul 06 '22 15:07 mdaverde

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

citronneur avatar Jul 06 '22 17:07 citronneur