Skip to content

Commit

Permalink
add instructions for fuzzying
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jul 2, 2024
1 parent 18ac3d0 commit 7249505
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions regress/fuzz/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Fuzzying gmid

Here are some notes on how to fuzz (some) gmid parts using afl.

- run `make -C ../../ clean` beforehand so that we compile all relevant
sources with afl-clang. Then, clean again before rebuilding gmid.

- run `make fuzz-iri` to fuzz the IRI parser.

- run `make fuzz-proto` to fuzz the proxy v1 protocol parser.

0 comments on commit 7249505

Please sign in to comment.