Skip to content

Commit

Permalink
📝 Inform to change direcotry before fuzz start
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Jan 15, 2025
1 parent e6554fd commit 32f767d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 20 deletions.
41 changes: 21 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions documentation/docs/commands/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ trident fuzz <subcommand>

### trident fuzz run-afl

!!! warning
To execute and debug fuzz tests, navigate to the `trident-tests` directory.

```bash
trident fuzz run-afl <fuzz_target>
```
Expand All @@ -64,6 +67,9 @@ TBD

### trident fuzz run-hfuzz

!!! warning
To execute and debug fuzz tests, navigate to the `trident-tests` directory.

```bash
trident fuzz run-hfuzz <fuzz_target>
```
Expand Down
3 changes: 3 additions & 0 deletions documentation/docs/writing-fuzz-test/writing-fuzz-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ Each Instruction in the Fuzz Test must define the following functions:

## Execute

!!! warning
To execute and debug fuzz tests, navigate to the `trident-tests` directory.

### Run Fuzz Test

In principle there are two possible fuzzing engines that the Trident supports, [Honggfuzz](https://github.com/google/honggfuzz) and [AFL](https://aflplus.plus/).
Expand Down

0 comments on commit 32f767d

Please sign in to comment.