Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: pdf/pdfium/fuzzers/dicts/pdf_codec_gif.dict

Issue 2168263005: Change pdf/pdfium/fuzzers/BUILD.gn to use dicts and seed corpora (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #
2 # AFL dictionary for GIF images
3 # -----------------------------
4 #
5 # Created by Michal Zalewski <lcamtuf@google.com>
6 #
7
8 header_87a="87a"
9 header_89a="89a"
10 header_gif="GIF"
11
12 marker_2c=","
13 marker_3b=";"
14
15 section_2101="!\x01\x12"
16 section_21f9="!\xf9\x04"
17 section_21fe="!\xfe"
18 section_21ff="!\xff\x11"
OLDNEW
« no previous file with comments | « pdf/pdfium/fuzzers/corpora/pdf_jpx/not_kitty.jp2 ('k') | pdf/pdfium/fuzzers/dicts/pdf_codec_jpeg.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698