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
- Host: GitHub
- URL: https://github.com/martindai/my-ebpf
- Owner: MartinDai
- License: mit
- Created: 2023-07-17T02:24:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T01:43:49.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T09:11:14.993Z (about 1 year ago)
- Topics: ebpf
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-ebpf
基于ebpf开发的简单案例
## 构建打包
```shell
sh build.sh
```
## 指定架构构建
```shell
sh build.sh amd64
```
```shell
sh build.sh arm64
```