Skip to content

Commit

Permalink
Deploying to gh-pages from @ 32f47c8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 10, 2024
1 parent 27f1f59 commit 0c8af79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sources/reference/fuzzer_configuration.md.txt
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
2 changes: 2 additions & 0 deletions reference/fuzzer_configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ <h3><code class="docutils literal notranslate"><span class="pre">debug</span></c
<section id="dict">
<h3><code class="docutils literal notranslate"><span class="pre">dict</span></code><a class="headerlink" href="#dict" title="Link to this heading">#</a></h3>
<p>Use file <code class="docutils literal notranslate"><span class="pre">&lt;path&gt;</span></code> as source of dictionary inputs in havoc stage.</p>
<p>See the examples at <a class="reference external" href="https://github.com/IntelLabs/kafl.fuzzer/tree/master/dict"><code class="docutils literal notranslate"><span class="pre">kafl.fuzzer/dict</span></code></a> for file format.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Default: <code class="docutils literal notranslate"><span class="pre">None</span></code></p>
Expand Down Expand Up @@ -806,6 +807,7 @@ <h3><code class="docutils literal notranslate"><span class="pre">seed_dir</span>
traversed recursively and files are copied to the kAFL
<a class="reference internal" href="workdir_layout.html"><span class="std std-doc">workdir</span></a> as <code class="docutils literal notranslate"><span class="pre">$KAFL_WORKDIR/imports/seed_xxx</span></code>,
where there are consumed upon fuzzer startup.</p>
<p>See the examples at <a class="reference external" href="https://github.com/IntelLabs/kafl.fuzzer/tree/master/seed"><code class="docutils literal notranslate"><span class="pre">kafl.fuzzer/seed</span></code></a></p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Default: <code class="docutils literal notranslate"><span class="pre">None</span></code></p>
Expand Down

0 comments on commit 0c8af79

Please sign in to comment.