aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-28 14:01:48 +0100
committervan Hauser <vh@thc.org>2020-12-28 14:01:48 +0100
commit688f4ffb89ebf41a497070e8fcf2927510b66874 (patch)
treefae59bcab00586c5a0d47d1eb84cee0db479581d /include
parent108e28ff10c86b81e8f280ac4aa5c5b7269c451a (diff)
downloadAFLplusplus-688f4ffb89ebf41a497070e8fcf2927510b66874.tar.gz
added corpus introspection
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index e2fb0344..57b0e6cc 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -174,6 +174,10 @@ struct queue_entry {
u8 *trace_mini; /* Trace bytes, if kept */
u32 tc_ref; /* Trace bytes ref count */
+#ifdef INTROSPECTION
+ u32 bitsmap_size;
+#endif
+
double perf_score, /* performance score */
weight;
@@ -734,6 +738,7 @@ typedef struct afl_state {
char mutation[8072];
char m_tmp[4096];
FILE *introspection_file;
+ u32 bitsmap_size;
#endif
} afl_state_t;