Add an enum listing the supported fuzzing engines
This commit is contained in:
parent
6382fdf88a
commit
1ee5fcf750
|
@ -0,0 +1,5 @@
|
|||
type
|
||||
fuzzingEngine* = enum
|
||||
libFuzzer
|
||||
afl
|
||||
|
Loading…
Reference in New Issue