Skip to main content

9 docs tagged with "ebpf"

View all tags

Keploy Installation

Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs.

Running Keploy on Windows

Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs. Keploy does not natively support Windows. However, you can still run it using Wsl or Docker.

What is Keploy eBPF

eBPF (Extended Berkeley Packet Filter) is a Linux kernel technology that Keploy uses to capture socket-level network I/O via kernel hooks with near-zero overhead — enabling production behavior replay, dependency virtualization, legacy application testing, and infrastructure mocking without code changes.