Skip to content

wasmerio/wasm-fuzz

Repository files navigation

wasm-fuzz

Information about fuzzing, code coverage and crashes analysis of Wasmer.

Fuzzers

Fuzzers for Wasmer and tips/commands to run them.

cargo-fuzz (libfuzzer)

honggfuzz

afl-rs

  • Fuzzers are inside afl-fuzz folder.
  • Checkout afl.md for more details.

Corpus minimization

Code coverage

Debugging / Crashes analysis

Patrick Ventuzelo - pventuzelo