summaryrefslogtreecommitdiffstats
path: root/fuzz/ass.dict
blob: 2030a22ccd8880665982b787832293b926772d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# SPDX-License-Identifier: CC0-1.0
#
# Keywords for dictionary-assisted ASS fuzzing
# For use with AFL++'s -x and libfuzzer's -dict option
#
# Syntax:
#   Lines starting with # are ignored.
#   Keywords are listed as name="keyword", with the alphanumeric
#   identifier name follooed by = being optional.
#   Inside the quotes " and \ must be escaped by \" and \\ respectively
#   and non-printable characters must be escaped as \x<hex>.

# Some common font names
"Arial"
"DejaVu Sans"

# Various common terminals
"yes"
"no"
"0x"
"&H"
";"
","
"\x0a"
"\x0d\x0a"
"+"
"-"
":"

# Sections
"[Script Info]"
"[Fonts]"
"[V4 Styles]"
"[V4+ Styles]"
"[V4++ Styles]"
"[Events]"

# Script Info Headers
"ScriptType"
"PlayResX"
"PlayResY"
"Timer"
"WrapStyle"
"ScaledBorderAndShadow"
"YCbCr Matrix"
"Kerning"
"Language"
## Interesting Script Info Header Values
"v4.00"
"v4.00+"
"v4.00++"
"none"
"tv.601"
"pc.601"
"tv.709"
"pc.709"
"tv.240m"
"pc.240m"
"tv.fcc"
"pc.fcc"

# Fonts Section
"fontname:"

# Styles Section
"Style"
"Format: "
"Name"
"FontName"
"FontSize"
"PrimaryColour"
"SecondaryColour"
"OutlineColour"
"BackColour"
"Bold"
"Italic"
"Underline"
"StrikeOut"
"ScaleX"
"ScaleY"
"Spacing"
"Angle"
"BorderStyle"
"Outline"
"Shadow"
"Alignment"
"MarginL"
"MarginR"
"MarginV"
"MarginT"
"MarginB"
"Encoding"
"RelativeTo"
"TertiaryColour"
"AlphaLevel"

# Events Section
## Format Items (only those not already present in the Styles list)
"Layer"
"Marked"
"Text"
"Start"
"End"
"Actor"
"Effect"
## Events
"Comment:"
"Dialogue:"
## Effects
"Karaoke;"
"Scroll up;"
"Scroll down;"
"Banner;"

# Event Text
## In-Text Escapes (with libass extensions"
"\\h"
"\\N"
"\\n"
"\\{"
"\\}"

## Override Commands
"{"
"}"
"("
")"
### Non-Animateable Commands
"\\fsc"
"\\fn"
"\\r"
"\\b"
"\\i"
"\\kf"
"\\K"
"\\ko"
"\\kt"
"\\k"
"\\s"
"\\u"
"\\fe"
"\\an"
"\\a"
"\\pbo"
"\\p"
"\\move"
"\\pos"
"\\fad"
"\\fade"
"\\org"
"\\t"
### Animateable Commands
"\\bord"
"\\xbord"
"\\ybord"
"\\shad"
"\\xshad"
"\\yshad"
"\\be"
"\\blur"
"\\fscx"
"\\fscy"
"\\frx"
"\\fry"
"\\frz"
"\\fr"
"\\fax"
"\\fay"
"\\fs"
"\\fsp"
"\\c"
"\\1c"
"\\2c"
"\\3c"
"\\4c"
"\\alpha"
"\\1a"
"\\2a"
"\\3a"
"\\4a"
"\\iclip"
"\\clip"

## Drawing Commands
"m "
"n "
"l "
"b "
"s "
"p "
"c"