diff options
author | van Hauser <vh@thc.org> | 2020-03-21 21:10:38 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-21 21:10:38 +0100 |
commit | c6db05c5ae11e2a33df8aa450d6ccac7d6109a02 (patch) | |
tree | f125708d2fe71c72d1c1ff61e720477e989587be /include/afl-fuzz.h | |
parent | 6f78b67f033f430b2b71f88b9f596847d7cbedb1 (diff) | |
download | afl++-c6db05c5ae11e2a33df8aa450d6ccac7d6109a02.tar.gz |
test.sh with -no-pie
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
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 */ |