eBPFDevSecTools / opened

OPENED Tool to extract specific eBPF functions from large monoliths (tested on Katran, Mizar, Cilium..)
Apache License 2.0
12 stars 6 forks source link

Multiple function definitions in the same repo #97

Open aashu2303 opened 1 year ago

aashu2303 commented 1 year ago

Found 15 instances of function "func" in "ebpf-samples" repository. Developer should make a decision based on context but not on the function name. Reasons: 1) Might be due to preprocessor directives for multiple OS. 2) Using generic name "func" for showing different ebpf functionality

sdsen commented 1 year ago

We need to be cognizant of this, during extraction, lets highlight the same in the README. @aashu2303 can you take a stab?