Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahrefs/ocaml-ubpf
- Owner: ahrefs
- License: other
- Created: 2018-11-28T13:16:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T00:54:01.000Z (almost 3 years ago)
- Last Synced: 2024-12-16T19:17:42.523Z (24 days ago)
- Language: C
- Size: 72.3 KB
- Stars: 11
- Watchers: 34
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.