bpf-lsm
bpf-lsm copied to clipboard
how to compile only the ebpf part after modifiaction
Thanks for this project I wanted to work on a file system sensor for a very long time .
But i wanted to add some modification in libprobe source code for the lsm hook part i wanted to use bpf_printk or bpf_trace_printk to debug .I am not able to see anything on the trace_pipe for some reasons.
lets assume i do compile once using make and then do some changes on libprobe source code.How should i compile this ??Should i delete any binaries that are generated before and then re compile or any other way to do it or just compile