package bun

  1. Overview
  2. Docs
Simple management of afl-fuzz processes

Install

Dune Dependency

Authors

Maintainers

Sources

bun-v0.3.4.tbz
sha256=95345fb1f8e0458579968fe5223dfa1e0c34582c2d48283fb7fbfd4c339ea5b6
sha512=32cb4903e5a5496b0cc3443089aeac899d5143bb8a2b579f5b3ce24a8ea9431064c066abf26cad5a69138f0187c9e7fc0b48bfcbebfaacedafd764ca641fd7bf

CHANGES.md.html

v0.3.4 2021-07-07

  • update to dune 2 (#18, by @talex5 and @edwintorok)

  • use -M for first worker (#17, by @edwintorok and @talex5)

  • move bun to https://github.com/ocurrent/bun (#20, by @talex5)

v0.3.3 2019-05-24

  • use Lwt to manage processes (#7, by @talex5)

  • print crashes when killing a fuzzer in no-kill mode (#8, by @NathanReb)

  • do some CI maintenance (#10, by @yomimono)

v0.3.2 2018-05-01

  • use spawn v0.12 API (#5, @diml)

v0.3.1 2018-05-01

  • use alarms/pause instead of sleeping to prevent hanging around after fuzzers have terminated (fixes #3 reported by github user gasche - thanks!)

  • add a --max-cores option, to be considerate when appropriate (#2, by gasche)

  • add some tests and CI for this test and CI thing

v0.3 2018-04-04

  • set up input directory if the user hasn't already

  • avoid ugly invocation of whatsup before fuzzers have reported their status

v0.2 2018-03-29

  • better pathfinding for the fuzzer

  • add a no-kill mode (-n) to continue fuzzing after the first bug is found

  • dump the crash data when bun receives SIGUSR1

  • try harder to avoid CPU detection collisions

  • tighten up dependency specifications for opam

v0.1 2017-10-24

  • Initial pre-release.