about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-21 21:10:38 +0100
committervan Hauser <vh@thc.org>2020-03-21 21:10:38 +0100
commitc6db05c5ae11e2a33df8aa450d6ccac7d6109a02 (patch)
treef125708d2fe71c72d1c1ff61e720477e989587be /include/afl-fuzz.h
parent6f78b67f033f430b2b71f88b9f596847d7cbedb1 (diff)
downloadafl++-c6db05c5ae11e2a33df8aa450d6ccac7d6109a02.tar.gz
test.sh with -no-pie
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 1d83f335..ef68ba5d 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -118,6 +118,9 @@ extern s16 interesting_16[INTERESTING_8_LEN + INTERESTING_16_LEN];
 extern s32
     interesting_32[INTERESTING_8_LEN + INTERESTING_16_LEN + INTERESTING_32_LEN];
 
+extern u32 bmcnt, initcnt, one1cnt, one2cnt, runcnt;
+
+
 struct queue_entry {
 
   u8 *fname;                            /* File name for the test case      */