Skip to content

Commit

Permalink
Merge pull request #294 from IntelLabs/docs/dict_format
Browse files Browse the repository at this point in the history
Docs: add link to better document dict parameter
  • Loading branch information
Wenzel authored Sep 10, 2024
2 parents 616b6bd + 50cb9fd commit 32f47c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/reference/fuzzer_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Command-line: `--debug`

Use file `<path>` 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`

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit 32f47c8

Please sign in to comment.