Fuzzing: Update location of testcases in Readme
At the time of writing, they were still planned to be in qtbase. Change-Id: I27cba2bbd176d930990270ea68f077ec6e0a2d5b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
73a764c247
commit
924887965c
@ -29,7 +29,8 @@ To run a test with libFuzzer:
|
|||||||
Depending on the expected input format of the tested function, you will get results faster if
|
Depending on the expected input format of the tested function, you will get results faster if
|
||||||
you:
|
you:
|
||||||
* provide a set of interesting input data by passing the path of a directory which contains
|
* provide a set of interesting input data by passing the path of a directory which contains
|
||||||
these data, each in one file. You can find such data sets in the subdirectory "testcases".
|
these data, each in one file. You can find such data sets in the subdirectory
|
||||||
|
"fuzzing/testcases" of the qtqa repository.
|
||||||
* pass a so-called dictionary listing keywords of the input format using
|
* pass a so-called dictionary listing keywords of the input format using
|
||||||
-dict=<dictionary file>
|
-dict=<dictionary file>
|
||||||
A couple of such dictionaries are provided by AFL (http://lcamtuf.coredump.cx/afl/)
|
A couple of such dictionaries are provided by AFL (http://lcamtuf.coredump.cx/afl/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user