ebpf-challenge/GetRuntimeAddresses
Özgür Kesim 88f1455dd7 Pure go variant of the ebpf API
Instead of using cgo we call the syscall for BPF directly from go.  The
API hasn't changed, however, and we also closely follow the
C-implementation as given in bpf(2).

Not sure if this pure go variant is beneficial.  Manual maintenance of
all constants and structs upon changes of the BPF API would be necessary
and cumbersome.

We would at least need to complement this with auto-generation of
constants and fields from /usr/include/linux/bpf.h.
2020-01-19 02:05:41 +01:00
..
ebpf Pure go variant of the ebpf API 2020-01-19 02:05:41 +01:00
symbolyze RunEvery() and better Error-handling added 2020-01-18 20:27:23 +01:00
.gitignore Initial import 2020-01-14 14:32:06 +00:00
main.go RunEvery() and better Error-handling added 2020-01-18 20:27:23 +01:00