diff --git a/docs/source/reference/fuzzer_configuration.md b/docs/source/reference/fuzzer_configuration.md index 7ff8dfb7..7dbad655 100644 --- a/docs/source/reference/fuzzer_configuration.md +++ b/docs/source/reference/fuzzer_configuration.md @@ -158,6 +158,8 @@ Command-line: `--debug` Use file `` as source of dictionary inputs in havoc stage. +See the examples at [`kafl.fuzzer/dict`](https://github.com/IntelLabs/kafl.fuzzer/tree/master/dict) for file format. + :::{note} Default: `None` @@ -582,6 +584,8 @@ traversed recursively and files are copied to the kAFL [workdir](../reference/workdir_layout.md) as `$KAFL_WORKDIR/imports/seed_xxx`, where there are consumed upon fuzzer startup. +See the examples at [`kafl.fuzzer/seed`](https://github.com/IntelLabs/kafl.fuzzer/tree/master/seed) + :::{note} Default: `None`