Home

Awesome

Fuzzers for EIP1962

This repo contains preset scripts for fuzzing of Rust implementation, fuzzing gas estimator (those are not too interesting), and differential testing between C++ implementation and Rust implementation. All scripts are Rust files, so C++ is wrapper into the thin layer.

Implementations

Libfuzzer

Requires:

Usage:

Honggfuzz

Requires:

Usage:

Tuning

Recommendations and updates

Extra

Folder cross-tester contains few examples how to specify inputs from fuzzer reports debug and compare implementations.