blob: 6f6dd18bf478fff6fa71b8d4d8e58658b0a5ce30 (
plain)
1
2
3
4
5
6
7
8
9
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.
|