a-palchikov / ebpf

eBPF Utilities, Maps, and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eBPF

eBPF is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs. It has minimal external dependencies and is intended to be used in long running processes.

ebpf/asm contains a basic assembler.

An Important Note About Licenses:

The main part of this code is governed by an MIT license. However, the examples folder is a near straight port of the Linux eBPF samples folder, which makes that code governed by GPLv2, so be careful if you copy from it heavily as you are likely pinning yourself to GPLv2.

Further reading

About

eBPF Utilities, Maps, and more

License:MIT License


Languages

Language:Go 99.2%Language:Shell 0.8%