1#
2# AFL dictionary for GIF images
3# -----------------------------
4#
5# Created by Michal Zalewski <lcamtuf@google.com>
6#
7
8header_87a="87a"
9header_89a="89a"
10header_gif="GIF"
11
12marker_2c=","
13marker_3b=";"
14
15section_2101="!\x01\x12"
16section_21f9="!\xf9\x04"
17section_21fe="!\xfe"
18section_21ff="!\xff\x11"
19