aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/fuzz/README.md10
1 files changed, 10 insertions, 0 deletions
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.