blob: be92b9643bca40938ef93a8e9814425953139520 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Fuzzying gmid
Here are some notes on how to fuzz some parts of gmid 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.
|