ebpf-for-windows
eBPF runtime
Provides a platform for running eBPF programs on Windows by adapting existing Linux toolchains and APIs
eBPF implementation that runs on top of Windows
3k stars
61 watching
241 forks
Language: C
last commit: about 4 hours ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cilium/ebpf | A Go library for working with eBPF programs and the Linux kernel | 6,430 |
vbpf/ebpf-verifier | A tool that verifies the correctness of eBPF programs using an abstract interpretation approach | 394 |
eunomia-bpf/wasm-bpf | An eBPF WebAssembly runtime and toolchain for building cross-platform, sandboxed eBPF programs with minimal modification. | 390 |
ebpfdev/explorer | A tool to explore and visualize the eBPF subsystem of Linux hosts | 82 |
solo-io/bumblebee | Tool to simplify eBPF program deployment and management from cloud to kernel | 1,265 |
gui774ume/ebpfkit-monitor | A tool designed to detect and protect against certain types of malicious eBPF bytecode | 125 |
iovisor/ubpf | An eBPF VM that allows userspace execution of eBPF programs in a Linux kernel-independent way. | 841 |
fzakaria/ebpf-mpls-encap-decap | Demonstrates packet encapsulation and decapsulation with MPLS labels using eBPF | 54 |
open-telemetry/opentelemetry-ebpf-profiler | A Linux-based profiler that uses eBPF to profile system calls and CPU cycles in real-time, providing insights into application performance without requiring instrumentation or recompilation. | 2,529 |
qmonnet/rbpf | An eBPF program interpreter and JIT compiler written in Rust. | 949 |
vbpf/ebpf-samples | This repository provides a collection of sample eBPF programs for analysis and testing purposes. | 91 |
eunomia-bpf/eunomia-bpf | A toolchain to simplify building and running eBPF programs with CO-RE and WebAssembly support | 687 |
generic-ebpf/generic-ebpf | An eBPF runtime framework providing a portable interpreter, JIT compiler, and abstraction layer for interacting with various eBPF systems | 149 |
iovisor/bcc | Tools for analyzing and manipulating Linux kernel performance, networking, and other system activities using extended BPF (Berkeley Packet Filters) | 20,724 |
gui774ume/ebpfkit | A rootkit powered by eBPF designed to demonstrate offensive security techniques and bypass kernel protections. | 766 |