xref: /aosp_15_r20/external/AFLplusplus/dictionaries/jpeg.dict (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1#
2# AFL dictionary for JPEG images
3# ------------------------------
4#
5# Created by Michal Zalewski
6#
7
8header_jfif="JFIF\x00"
9header_jfxx="JFXX\x00"
10
11section_ffc0="\xff\xc0"
12section_ffc2="\xff\xc2"
13section_ffc4="\xff\xc4"
14section_ffd0="\xff\xd0"
15section_ffd8="\xff\xd8"
16section_ffd9="\xff\xd9"
17section_ffda="\xff\xda"
18section_ffdb="\xff\xdb"
19section_ffdd="\xff\xdd"
20section_ffe0="\xff\xe0"
21section_ffe1="\xff\xe1"
22section_fffe="\xff\xfe"
23