diff options
author | van Hauser <vh@thc.org> | 2021-03-26 09:05:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 09:05:31 +0100 |
commit | 1f3d5c271a50daedd9924e1f792c0e3260d89e00 (patch) | |
tree | 5fb316cc00a24018d792c81dfae4bc677ff73817 /docs/custom_mutators.md | |
parent | 96533f627e9ec5133502312211a7d677e256bfe7 (diff) | |
parent | 2c5844f6657861cfc881adf2f38aa5d3da3ccf9d (diff) | |
download | afl++-1f3d5c271a50daedd9924e1f792c0e3260d89e00.tar.gz |
Merge pull request #847 from zouyonghao/patch-1
Update custom_mutators.md
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r-- | docs/custom_mutators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 61d711e4..62e01f83 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -89,10 +89,10 @@ def queue_get(filename): def queue_new_entry(filename_new_queue, filename_orig_queue): pass -``` def introspection(): return string +``` ### Custom Mutation |