about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-06-08 12:32:51 +0200
committervanhauser-thc <vh@thc.org>2023-06-08 12:32:51 +0200
commitc28779adc543ffd3c68696867eef0f719ecee9d4 (patch)
treed44ad37e71c49ff05d3cd2cfff5a85649e0a780b /include
parentc7c6ad1a94810fc4c24fbf05bcdd7f9cf806646e (diff)
downloadafl++-c28779adc543ffd3c68696867eef0f719ecee9d4.tar.gz
show fuzzing state
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index e1359dc8..c6c45fbd 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -1202,6 +1202,7 @@ u8     check_if_text_buf(u8 *buf, u32 len);
 #ifndef AFL_SHOWMAP
 void setup_signal_handlers(void);
 #endif
+char *get_fuzzing_state(afl_state_t *afl);
 
 /* CmpLog */