https://github.com/leonhwangprojects/bice
bice is a pure Go library that compiles simple C expressions to bpf instructions directly.
https://github.com/leonhwangprojects/bice
Last synced: about 1 year ago
JSON representation
bice is a pure Go library that compiles simple C expressions to bpf instructions directly.
- Host: GitHub
- URL: https://github.com/leonhwangprojects/bice
- Owner: leonhwangprojects
- License: apache-2.0
- Created: 2025-02-04T07:55:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T12:21:17.000Z (over 1 year ago)
- Last Synced: 2025-03-28T05:31:33.690Z (over 1 year ago)
- Language: Go
- Size: 1.93 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bice
`bice` is short for **B**pf **I**nstructions from simple **C** **E**xpression.
[](https://github.com/leonhwangprojects/bice/actions/workflows/go.yml)
[](https://pkg.go.dev/github.com/leonhwangprojects/bice)
It is a pure Go library that allows you to compile simple C expressions into BPF instructions directly.