Rafael David Tinoco
Rafael David Tinoco
After we have protobuf implemented (and a protobuf wrapper from tracee event to protobuf, so go-cel can work, can be found at https://github.com/aquasecurity/tracee/pull/1766/files#diff-af1a3c488c6c0d521bd322a92cdb79b2eaaf758ee7245db25b5742bb3d8aa32aR95) we will start sorting all the types...
> This means we will add a mandatory step for each event to add a valid link to a documentation file. And clarifying a bit further: each event would have...
This was covered by: https://github.com/aquasecurity/libbpfgo/tree/main/selftest/tcpconnect And we have an issue to bring bpfcc-tools at: https://github.com/aquasecurity/libbpfgo/issues/43 To have examples and to exercise first contributions. Mind if we close this ?
Duplicate of: https://github.com/aquasecurity/libbpfgo/issues/55 Related: https://github.com/aquasecurity/libbpfgo/issues/188
Related issues: https://github.com/aquasecurity/libbpfgo/issues/250 https://github.com/aquasecurity/libbpfgo/issues/240 https://github.com/aquasecurity/libbpfgo/issues/242 https://github.com/aquasecurity/libbpfgo/issues/1
> Maybe we should use `make` instead of `make -j8` in Makefile?: > > https://github.com/aquasecurity/libbpfgo/blob/0850b8cf46a9610acbe6b2c8503fb69a88af4243/Makefile#L129-L138 Hey @mozillazg, the "-j8" was a way to "accelerate" the libbpf builds by default in...
> This doesn't appear to be the case. What do you mean here ? My idea is that, since we have libbpf git submodule, we can checkout a specific commit...
This was done in a way that you could rapidly bisect libbpf OR libbpfgo to find out incompatibility issues in between them (thus the -static- Makefile targets).
> > > This doesn't appear to be the case. > > > > > > What do you mean here ? My idea is that, since we have libbpf...
> I'll go ahead and remove the `bug` label. Do you feel against automating it? Never! =). Thanks for checking this!