From 7249505e3541e039ee31d003ba7eb27e94f31fd5 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 2 Jul 2024 21:44:16 +0000 Subject: [PATCH] add instructions for fuzzying --- regress/fuzz/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 regress/fuzz/README.md diff --git a/regress/fuzz/README.md b/regress/fuzz/README.md new file mode 100644 index 0000000..6f6dd18 --- /dev/null +++ b/regress/fuzz/README.md @@ -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.