diff options
author | van Hauser <vh@thc.org> | 2020-11-10 13:43:48 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-11-10 13:43:48 +0100 |
commit | 166130324898071a08e178dfeb901af44168236e (patch) | |
tree | 7946c72db3144e849729fe9627e9b395bf0a5f3f /custom_mutators/libfuzzer/FuzzerMutate.h | |
parent | 82d1c3e18dd1b90fa15f7c056f94dc1a06ee345d (diff) | |
download | afl++-166130324898071a08e178dfeb901af44168236e.tar.gz |
fix libfuzzer custom mutator and add introspection function
Diffstat (limited to 'custom_mutators/libfuzzer/FuzzerMutate.h')
-rw-r--r-- | custom_mutators/libfuzzer/FuzzerMutate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom_mutators/libfuzzer/FuzzerMutate.h b/custom_mutators/libfuzzer/FuzzerMutate.h index 37fd6100..6252f265 100644 --- a/custom_mutators/libfuzzer/FuzzerMutate.h +++ b/custom_mutators/libfuzzer/FuzzerMutate.h @@ -26,6 +26,7 @@ public: void StartMutationSequence(); /// Print the current sequence of mutations. Only prints the full sequence /// when Verbose is true. + const char *WriteMutationSequence(); void PrintMutationSequence(bool Verbose = true); /// Return the current sequence of mutations. std::string MutationSequence(); |