We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194a383 commit d028c50Copy full SHA for d028c50
lessons/07/README.md
@@ -10,7 +10,7 @@ Here we will be fuzzing [libxml2]. During this lesson we will:
10
### Build the library
11
12
```bash
13
-tar xzf libxml.tgz
+tar xzf libxml2.tgz
14
cd libxml2
15
16
./autogen.sh
lessons/08/README.md
@@ -70,7 +70,7 @@ Run two more fuzzer instances. One with the seed corpus:
70
mkdir corpus3
71
./libpng_read_fuzzer -max_len=2048 -max_total_time=300 -print_final_stats=1 \
72
-timeout=5 corpus3 seed_corpus
73
-``
+```
74
75
And another one with the seed corpus and the dictionary (super-combo!):
76
0 commit comments