aseprite / fuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuzz

Experimental repository to test Aseprite decoders with libfuzzer for the following file format decoders:

Note: We have used a private corpus of FLI/FLC, TGA, etc. files as initial seed.

fuzz_ase

To compile fuzz_ase, you will need a clone of aseprite repository in the same location of the fuzz project:

+- root folder
|
`-+- aseprite
  |
  `- fuzz

About


Languages

Language:C++ 76.3%Language:CMake 23.7%