Add an enum listing the supported fuzzing engines

This commit is contained in:
Zahary Karadjov 2020-05-20 15:45:37 +03:00
parent 6382fdf88a
commit 1ee5fcf750
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
type
fuzzingEngine* = enum
libFuzzer
afl