jpeg.dict 457 B

12345678910111213141516171819202122
  1. #
  2. # AFL dictionary for JPEG images
  3. # ------------------------------
  4. #
  5. # Created by Michal Zalewski <lcamtuf@google.com>
  6. #
  7. header_jfif="JFIF\x00"
  8. header_jfxx="JFXX\x00"
  9. section_ffc0="\xff\xc0"
  10. section_ffc2="\xff\xc2"
  11. section_ffc4="\xff\xc4"
  12. section_ffd0="\xff\xd0"
  13. section_ffd8="\xff\xd8"
  14. section_ffd9="\xff\xd9"
  15. section_ffda="\xff\xda"
  16. section_ffdb="\xff\xdb"
  17. section_ffdd="\xff\xdd"
  18. section_ffe0="\xff\xe0"
  19. section_ffe1="\xff\xe1"
  20. section_fffe="\xff\xfe"