forked from HexHive/retrowrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfuzz-config.yaml
66 lines (54 loc) · 871 Bytes
/
fuzz-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
vars:
workdir: /fuzz
seeds: /seeds
save: /results
trials: 5
time: 24h
jobs: 8
ncores: 8
queue: localhost:11300
targets:
- file
- libpng
- tcpdump
- libtiff
- libarchive
- bzip2
- binutils
- base64
- md5sum
- uniq
- who
file:
cmd: bin @@
seed: file-fuzz.zip
libpng:
cmd: bin @@
seed: png-fuzz.zip
tcpdump:
cmd: bin -ee -vv -nnr @@
seed: tcpdump-fuzz.zip
libtiff:
cmd: bin @@
seed: tiff-fuzz.zip
libarchive:
cmd: bin -O -xf @@
seed: libarchive-fuzz.zip
bzip2:
cmd: bin -c @@
seed: bzip2-fuzz.zip
binutils:
cmd: bin -a @@
seed: binutils-fuzz.zip
base64:
cmd: bin -d
seed: base64-fuzz.zip
md5sum:
cmd: bin -c
seed: md5sum-fuzz.zip
uniq:
cmd: bin
seed: uniq-fuzz.zip
who:
cmd: bin
seed: who-fuzz.zip