diff options
author | Yong-Hao Zou <yonghaoz1994@gmail.com> | 2021-03-26 15:41:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 15:41:19 +0800 |
commit | 2c5844f6657861cfc881adf2f38aa5d3da3ccf9d (patch) | |
tree | 5afbc6f5d6d92f14ba7876daa2f728e2495123fd /docs | |
parent | 236a67621b82e3f8b809cb4e51975e466c2147d0 (diff) | |
download | afl++-2c5844f6657861cfc881adf2f38aa5d3da3ccf9d.tar.gz |
Update custom_mutators.md
Diffstat (limited to 'docs')
-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 |