blob: 4497343d88fd7eb2a35e632fcd9ba9de65eebbb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# AFL dictionary for buffer-fuzzer
#
# Not sure whether it makes sense to specify a dictionary,
# the syntax is quite simple?
#
cmd_capacity="?"
cmd_set="="
cmd_size="#"
cmd_clear="c"
# cmd_delete="d 0 1"
cmd_delete="d"
# cmd_insert="i 0 text"
cmd_insert="i"
cmd_print="p"
cmd_quit="q"
|