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: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Go library for working with eBPF programs and the Linux kernel | 6,430 |
| A tool that verifies the correctness of eBPF programs using an abstract interpretation approach | 392 |
| An eBPF WebAssembly runtime and toolchain for building cross-platform, sandboxed eBPF programs with minimal modification. | 390 |
| A tool to explore and visualize the eBPF subsystem of Linux hosts | 82 |
| Tool to simplify eBPF program deployment and management from cloud to kernel | 1,266 |
| A tool designed to detect and protect against certain types of malicious eBPF bytecode | 125 |
| An eBPF VM that allows userspace execution of eBPF programs in a Linux kernel-independent way. | 841 |
| Demonstrates packet encapsulation and decapsulation with MPLS labels using eBPF | 54 |
| 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 |
| An eBPF program interpreter and JIT compiler written in Rust. | 952 |
| This repository provides a collection of sample eBPF programs for analysis and testing purposes. | 90 |
| A toolchain to simplify building and running eBPF programs with CO-RE and WebAssembly support | 687 |
| An eBPF runtime framework providing a portable interpreter, JIT compiler, and abstraction layer for interacting with various eBPF systems | 149 |
| Tools for analyzing and manipulating Linux kernel performance, networking, and other system activities using extended BPF (Berkeley Packet Filters) | 20,724 |
| A rootkit powered by eBPF designed to demonstrate offensive security techniques and bypass kernel protections. | 766 |