Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantseltzer/libbpfgo-example
https://github.com/grantseltzer/libbpfgo-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grantseltzer/libbpfgo-example
- Owner: grantseltzer
- Created: 2021-01-22T01:30:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T13:58:43.000Z (over 2 years ago)
- Last Synced: 2023-03-02T05:41:27.361Z (almost 2 years ago)
- Language: Go
- Size: 5.86 KB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.