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