about summary refs log tree commit diff
path: root/examples/custom_mutators/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-15 13:39:42 +0200
committervan Hauser <vh@thc.org>2020-05-15 13:39:42 +0200
commit57637ba0b0981a7e2ebd407fc04a619f4120fb62 (patch)
treefe04a8f31b5e7e72ade344a9af6cb194fc1a75b4 /examples/custom_mutators/README.md
parentd536ddc24085bced267143b4f45102715d71693e (diff)
downloadafl++-57637ba0b0981a7e2ebd407fc04a619f4120fb62.tar.gz
removed overlooked post_lib references, added post_lib examples to examples/custom_mutators
Diffstat (limited to 'examples/custom_mutators/README.md')
-rw-r--r--examples/custom_mutators/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/custom_mutators/README.md b/examples/custom_mutators/README.md
index 99fb9da3..a81538e6 100644
--- a/examples/custom_mutators/README.md
+++ b/examples/custom_mutators/README.md
@@ -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.