• Home
  • Raw
  • Download

Lines Matching refs:to

19 called `ExtractorFuzzerBase` to ensure code is reused between fuzzer plugins.
30 implements only the `createExtractor` to create the MP4 extractor class.
33 Dict file (dictionary file) is created for MP4 to ensure that the required MP4
34 atoms are present in every input file that goes to the fuzzer.
41 This describes steps to build mp4_extractor_fuzzer binary.
45 #### Steps to build
51 #### Steps to run
52 Create a directory CORPUS_DIR and copy some MP4 files to that folder
53 Push this directory to device.
65 implements only the `createExtractor` to create the WAV extractor class.
70 This describes steps to build wav_extractor_fuzzer binary.
74 #### Steps to build
80 #### Steps to run
81 Create a directory CORPUS_DIR and copy some wav files to that folder
82 Push this directory to device.
94 implements only the `createExtractor` to create the AMR extractor class.
97 Dict file (dictionary file) is created for AMR to ensure that the required start
98 bytes are present in every input file that goes to the fuzzer.
104 This describes steps to build amr_extractor_fuzzer binary.
108 #### Steps to build
114 #### Steps to run
115 Create a directory CORPUS_DIR and copy some AMR files to that folder
116 Push this directory to device.
128 implements only the `createExtractor` to create the MKV extractor class.
131 Dict file (dictionary file) is created for MKV to ensure that the required element
132 ID's are present in every input file that goes to the fuzzer.
138 This describes steps to build mkv_extractor_fuzzer binary.
142 #### Steps to build
148 #### Steps to run
149 Create a directory CORPUS_DIR and copy some mkv files to that folder.
150 Push this directory to device.
162 implements only the `createExtractor` to create the OGG extractor object.
165 Dict file (dictionary file) is created for OGG to ensure that the required start
166 bytes are present in every input file that goes to the fuzzer.
172 This describes steps to build ogg_extractor_fuzzer binary.
176 #### Steps to build
182 #### Steps to run
183 Create a directory CORPUS_DIR and copy some ogg files to that folder.
184 Push this directory to device.
196 implement only the `createExtractor` to create the MPEG2-PS or MPEG2-TS extractor
200 Dict files (dictionary files) are created for MPEG2-PS and MPEG2-TS to ensure that the
201 required start bytes are present in every input file that goes to the fuzzer.
211 This describes steps to build mpeg2ps_extractor_fuzzer and mpeg2ts_extractor_fuzzer binary.
215 #### Steps to build
222 #### Steps to run
223 Create a directory CORPUS_DIR and copy some mpeg2 files to that folder
224 Push this directory to device.
237 implements only the `createExtractor` to create the MP3 extractor class.
242 This describes steps to build mp3_extractor_fuzzer binary.
246 #### Steps to build
252 #### Steps to run
253 Create a directory CORPUS_DIR and copy some mp3 files to that folder
254 Push this directory to device.
266 implements only the `createExtractor` to create the AAC extractor class.
271 This describes steps to build aac_extractor_fuzzer binary.
275 #### Steps to build
281 #### Steps to run
282 Create a directory CORPUS_DIR and copy some aac files to that folder
283 Push this directory to device.
295 implements only the `createExtractor` to create the FLAC extractor object.
298 Dict file (dictionary file) is created for FLAC to ensure that the required start
299 bytes are present in every input file that goes to the fuzzer.
305 This describes steps to build flac_extractor_fuzzer binary.
309 #### Steps to build
315 #### Steps to run
316 Create a directory CORPUS_DIR and copy some flac files to that folder
317 Push this directory to device.
329 implements only the `createExtractor` to create the MIDI extractor class.
332 Dict file (dictionary file) is created for MIDI to ensure that the required MIDI
333 headers are present in every input file that goes to the fuzzer.
340 This describes steps to build midi_extractor_fuzzer binary.
344 #### Steps to build
350 #### Steps to run
351 Create a directory CORPUS_DIR and copy some MIDI files to that folder
352 Push this directory to device.