Buzzer Homepage, Documentation and Downloads – eBPF Fuzzing Toolchain – Development details

Buzzer is a fuzzing toolchain for eBPF that allows writing eBPF fuzzing strategies. A fuzzing strategy is a method of generating random eBPF programs and then verifying that they do not behave unexpectedly.

use

  1. Install bazel
  2. run
    bazel build :buzzer
  3. Run buzzer as root
sudo ./bazel-bin/buzzer_/buzzer

or use CAP_BPF

sudo setcap CAP_BPF=eip bazel-bin/buzzer_/buzzer
./bazel-bin/buzzer_/buzzer

#Buzzer #Homepage #Documentation #Downloads #eBPF #Fuzzing #Toolchain #Development details

Leave a Reply

Your email address will not be published. Required fields are marked *