Zig build for AFLplusplus.
Requires a build of LLVM. You can either get one from your favorite package manager, or build it yourself.
git clone https://github.com/allyourcodebase/AFLplusplus.git cd AFLplusplus/ zig buildFor help fuzzing your executables, see kristoff-it/zig-afl-kit.