add instructions for fuzzying

This commit is contained in:
Omar Polo 2024-07-02 21:44:16 +00:00
parent 18ac3d0fd1
commit 7249505e35

10
regress/fuzz/README.md Normal file
View File

@ -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.