Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 286 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 286 Bytes

jebpf

research on ebpf-go

how to run

install bpf2go

go install github.com/cilium/ebpf/cmd/bpf2go@latest

mount kernel debug folder

mount -t debugfs debugfs /sys/kernel/debug

re-generate go file

make 

run program

sudo make run