Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grantseltzer/libbpfgo-example


https://github.com/grantseltzer/libbpfgo-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# libbpfgo-example

Check out selftests in libbpfgo for more (and more up-to-date) examples: [here](https://github.com/aquasecurity/libbpfgo/tree/main/selftest)

This is an example of writing a small program with [libbpfgo](https://github.com/aquasecurity/tracee/tree/main/libbpfgo), a Go wrapper for libbpf.

To build simply run `make` and run the resulting `libbpfgo-prog` binary.