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

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

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

ebpf

Last synced: 2 months 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
```