diff options
author | van Hauser <vh@thc.org> | 2019-09-22 13:21:15 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-09-22 13:21:15 +0200 |
commit | b4ca95a9fafccd0506285000595ada5ed47f9ca3 (patch) | |
tree | d5ae237d16714f95f9b417c352a1558559b21031 /include/afl-fuzz.h | |
parent | f097f780af8bf30a51d2d462dfe303604e4a6a75 (diff) | |
download | afl++-b4ca95a9fafccd0506285000595ada5ed47f9ca3.tar.gz |
afl-fuzz mutation documentation feature
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 9536e06a..4912b3f0 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -682,5 +682,10 @@ static u64 get_cur_time_us(void) { } +#ifdef _AFL_DOCUMENT_MUTATIONS + extern u8 do_document; + extern u32 document_counter; +#endif + #endif |