aztec-packages icon indicating copy to clipboard operation
aztec-packages copied to clipboard

feat: avm fuzzer qol

Open IlyasRidhuan opened this issue 2 months ago • 2 comments

Handy script to run the avm fuzzers, currently that includes: the differential fuzzer (avm) and the alu fuzzer (alu).

The script will give provide the correct commands to run if it detects that certain binaries or folders aren't available.

Example Commands

./run_fuzzer.sh fuzz alu --log -> runs the alu fuzzer in parallel (default 64 instances) with a default corpus location. ./run_fuzzer.sh coverage alu report -> produces the coverage report of the alu fuzzer. There is also the option to produce a html coverage report - requires port forwarding though.

IlyasRidhuan avatar Nov 10 '25 11:11 IlyasRidhuan

  • #18551 Graphite
  • #18552 Graphite
  • #18550 Graphite
  • #18479 Graphite
  • #18296 Graphite
  • #18294 Graphite 👈 (View in Graphite)
  • #18198 Graphite
  • merge-train/avm

This stack of pull requests is managed by Graphite. Learn more about stacking.

IlyasRidhuan avatar Nov 10 '25 11:11 IlyasRidhuan