dropbox / goebpf

Library to work with eBPF programs from Go
Other
1.12k stars 85 forks source link

eBPF program in Go #55

Open massoudasadi opened 2 years ago

massoudasadi commented 2 years ago

is it possible to write eBPF programs in Go or TinyGo since it is based on LLVM?

can someone guide me to do this?

belyalov commented 2 years ago

I don't think it is something that you can do these days. Another question - why don't use standard way of writing eBPF programs in subset of C language?