removed overlooked post_lib references, added post_lib examples to examples/custom_mutators

This commit is contained in:
van Hauser
2020-05-15 13:39:42 +02:00
parent d536ddc240
commit 57637ba0b0
10 changed files with 339 additions and 13 deletions

View File

@ -15,6 +15,10 @@ example.c - this is a simple example written in C and should be compiled to a
example.py - this is the template you can use, the functions are there but they
are empty
post_library_gif.so.c - fix a fuzz input to ensure it is valid for GIF
post_library_png.so.c - fix a fuzz input to ensure it is valid for PNG
simple-chunk-replace.py - this is a simple example where chunks are replaced
common.py - this can be used for common functions and helpers.