Categorygithub.com/leonhwangprojects/bice
modulepackage
0.1.0
Repository: https://github.com/leonhwangprojects/bice.git
Documentation: pkg.go.dev

# README

bice

bice is short for Bpf Instructions from simple C Expression.

Go Test CI Go Reference

It is a pure Go library that allows you to compile simple C expressions into BPF instructions directly.

# Functions

SimpleCompile compiles simple C expressions to bpf instructions.
SimpleInjectFilter injects the simply compiled instructions into the given bpf program's stub function.

# Variables

No description provided by the author

# Structs

No description provided by the author