webp.dict 463 B

12345678910111213141516171819202122
  1. # This file is copied as is from:
  2. # https://github.com/mirrorer/afl/blob/master/dictionaries/webp.dict
  3. #
  4. # AFL dictionary for WebP images
  5. # ------------------------------
  6. #
  7. # Created by Michal Zalewski <lcamtuf@google.com>
  8. #
  9. header_RIFF="RIFF"
  10. header_WEBP="WEBP"
  11. section_ALPH="ALPH"
  12. section_ANIM="ANIM"
  13. section_ANMF="ANMF"
  14. section_EXIF="EXIF"
  15. section_FRGM="FRGM"
  16. section_ICCP="ICCP"
  17. section_VP8="VP8 "
  18. section_VP8L="VP8L"
  19. section_VP8X="VP8X"
  20. section_XMP="XMP "