Skip to content

Commit eeedc18

Browse files
authored
Merge pull request #71 from maxammann/patch-1
Remove duplicate line
2 parents 5b316a7 + fee9b2a commit eeedc18

File tree

1 file changed

+0
-4
lines changed
  • content/docs/fuzzing/c-cpp/11-aflpp

1 file changed

+0
-4
lines changed

content/docs/fuzzing/c-cpp/11-aflpp/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ out/default/
316316

317317
{{< hint info >}}
318318
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.
319-
320-
```shell
321-
./afl++ <host/docker> AFL_PIZZA_MODE=1 afl-fuzz -i seeds -o out -- ./fuzz
322-
```
323319
{{< /hint >}}
324320

325321

0 commit comments

Comments
 (0)