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

Cilium missing .h files #22

Closed OwenZhang001122 closed 1 year ago

OwenZhang001122 commented 1 year ago

We are trying to use the newest make files for extraction of cilium. We now face a problem that there is a missing library called bpf_features.h caused the make file error. We have already change the path of the make file to the examples/cilium where the libraries lies in, but this missing one isn't there....

Should this .h file given or should it be extracted from the tool? Thanks

Screen Shot 2022-12-04 at 10 21 27 PM

Screen Shot 2022-12-04 at 10 21 48 PM

sdsen commented 1 year ago

@OwenZhang001122 can you pull in the new commits. It has new makefile for cilium, fixes some bugs, and includes some missing files etc.

OwenZhang001122 commented 1 year ago

Hi, We have checked but there is still no bpf_features.h file in the include/bpf/ path

OwenZhang001122 commented 1 year ago

Please ignore the last comment, I think we resolve it Thanks!

sdsen commented 1 year ago

closing based on last comment.