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

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.

Awesome Lists containing this project

README

          

# bice

`bice` is short for **B**pf **I**nstructions from simple **C** **E**xpression.

[![Go Test CI](https://github.com/leonhwangprojects/bice/actions/workflows/go.yml/badge.svg)](https://github.com/leonhwangprojects/bice/actions/workflows/go.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/leonhwangprojects/bice.svg)](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.