Lines Matching full:fuzzing
7 * [Fuzzing a target with source code available](#fuzzing-a-target-with-source-code-available)
8 * [Fuzzing a target with dlopen() instrumented libraries](#fuzzing-a-target-with-dlopen-instrumente…
9 * [Fuzzing a binary-only target](#fuzzing-a-binary-only-target)
10 * [Fuzzing a GUI program](#fuzzing-a-gui-program)
11 * [Fuzzing a network service](#fuzzing-a-network-service)
20 ### Fuzzing a target with source code available
25 ### Fuzzing a target with dlopen instrumented libraries
27 If a source code based fuzzing target loads instrumented libraries with
45 ### Fuzzing a binary-only target
50 ### Fuzzing a GUI program
54 interaction, then it would be suitable for fuzzing.
58 the fuzzing.
63 ### Fuzzing a network service
65 Fuzzing a network service does not work "out of the box".
68 - it has a slow-down of x10-20 on the fuzzing speed
69 - it does not scale to fuzzing multiple instances easily,
82 and perform binary fuzzing) you can also use a shared library with AFL_PRELOAD
119 For fuzzing, a 100% stable target that covers all edges is the best case. A 90%
137 fuzzing. Fuzz such targets **without** persistent mode.