You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
six fa80435c41 Clap and README. Shall we switch to AFL: TBD 1 year ago
src Clap and README. Shall we switch to AFL: TBD 1 year ago
.gitignore initial commit 1 year ago
Cargo.toml Clap and README. Shall we switch to AFL: TBD 1 year ago
LICENSE license 1 year ago
README.md Clap and README. Shall we switch to AFL: TBD 1 year ago

README.md

Substrate WASM fuzzer

Community project for fuzzing WASM in Substrate.

Attack model: Attacker payload -> TX -> WASM Execution

Example

./wasmfuzz -f -n -c <contract-file.wasm> -i

Dev tasks

  • Fuzzer logic/engine
  • Fuzzer input

Good question

Why don't we just use AFL? We could inject from TX entry func... https://github.com/rust-fuzz/afl.rs https://aflplus.plus/