Skip to content

Commit

Permalink
Merge pull request #71 from maxammann/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate line
  • Loading branch information
ahpaleus authored Jan 13, 2025
2 parents 5b316a7 + fee9b2a commit eeedc18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions content/docs/fuzzing/c-cpp/11-aflpp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,6 @@ out/default/

{{< hint info >}}
PRO TIP: The filename of a crash gives precise information about where it originated. The name `id:000000,sig:06,src:000002,time:286,execs:13105,op:havoc,rep:4` indicates that the crash with ID 0 caused a signal 6 in the SUT. The crash input originates from the source test case with ID 2. Test case 2 originates from the seed input with the test case ID 0. Additional data indicates, for example, when the crash was discovered or which mutation led to the discovery.

```shell
./afl++ <host/docker> AFL_PIZZA_MODE=1 afl-fuzz -i seeds -o out -- ./fuzz
```
{{< /hint >}}


Expand Down

0 comments on commit eeedc18

Please sign in to comment.