You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
298 B
19 lines
298 B
#
|
|
# AFL dictionary for GIF images
|
|
# -----------------------------
|
|
#
|
|
# Created by Michal Zalewski <lcamtuf@google.com>
|
|
#
|
|
|
|
header_87a="87a"
|
|
header_89a="89a"
|
|
header_gif="GIF"
|
|
|
|
marker_2c=","
|
|
marker_3b=";"
|
|
|
|
section_2101="!\x01\x12"
|
|
section_21f9="!\xf9\x04"
|
|
section_21fe="!\xfe"
|
|
section_21ff="!\xff\x11"
|