diff options
author | Omar Polo <op@omarpolo.com> | 2024-07-02 21:44:16 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-07-02 21:44:16 +0000 |
commit | 7249505e3541e039ee31d003ba7eb27e94f31fd5 (patch) | |
tree | fc780b8f3271a539f48f7265c539e62f23aaf58c /regress | |
parent | 18ac3d0fd1fece16a142194f570c453f67e5b12f (diff) |
add instructions for fuzzying
Diffstat (limited to 'regress')
-rw-r--r-- | regress/fuzz/README.md | 10 |
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. |