mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
19 lines
277 B
Plaintext
19 lines
277 B
Plaintext
#
|
|
# AFL dictionary for GIF images
|
|
# -----------------------------
|
|
#
|
|
# Created by Michal Zalewski
|
|
#
|
|
|
|
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"
|