mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 17:27:35 +00:00
Fuzzers: Add PAM fuzzer
This commit is contained in:
parent
570480c7d5
commit
89c0e3541e
4 changed files with 37 additions and 0 deletions
14
Meta/Lagom/Fuzzers/FuzzPAMLoader.dict
Normal file
14
Meta/Lagom/Fuzzers/FuzzPAMLoader.dict
Normal file
|
@ -0,0 +1,14 @@
|
|||
magic_bytes="P7"
|
||||
|
||||
header_token_endhdr="ENDHDR"
|
||||
header_token_width="WIDTH"
|
||||
header_token_height="HEIGHT"
|
||||
header_token_depth="DEPTH"
|
||||
header_token_maxval="MAXVAL"
|
||||
header_token_tupltype="TUPLTYPE"
|
||||
|
||||
tupltype_value_blackandwhite="BLACKANDWHITE"
|
||||
tupltype_value_grayscale="GRAYSCALE"
|
||||
tupltype_value_rgb="RGB"
|
||||
tupltype_value_cmyk="CMYK"
|
||||
tupltype_value_alpha_suffix="_ALPHA"
|
Loading…
Add table
Add a link
Reference in a new issue