Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martindai/my-ebpf

基于libbpfgo的ebpf程序example
https://github.com/martindai/my-ebpf

ebpf

Last synced: about 1 month ago
JSON representation

基于libbpfgo的ebpf程序example

Awesome Lists containing this project

README

        

# my-ebpf

基于ebpf开发的简单案例

## 构建打包

```shell
sh build.sh
```

## 指定架构构建

```shell
sh build.sh amd64
```

```shell
sh build.sh arm64
```