Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahrefs/ocaml-ubpf

OCaml bindings for the userspace eBPF VM
https://github.com/ahrefs/ocaml-ubpf

Last synced: 18 days ago
JSON representation

OCaml bindings for the userspace eBPF VM

Awesome Lists containing this project

README

        

OCaml bindings for the [Userspace eBPF VM](https://github.com/iovisor/ubpf).

uBPF is patched to [initialize R2 with data size](https://github.com/iovisor/ubpf/pull/22)
and [build with -fPIC](https://github.com/iovisor/ubpf/pull/23).

[Example usage](example.ml)

Use [OCaml eBPF assembler](https://github.com/ygrek/ocaml-bpf) to assemble raw bpf in OCaml code.