Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 985 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 985 Bytes

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