diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-08 12:32:51 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-08 12:32:51 +0200 |
commit | c28779adc543ffd3c68696867eef0f719ecee9d4 (patch) | |
tree | d44ad37e71c49ff05d3cd2cfff5a85649e0a780b /include/afl-fuzz.h | |
parent | c7c6ad1a94810fc4c24fbf05bcdd7f9cf806646e (diff) | |
download | afl++-c28779adc543ffd3c68696867eef0f719ecee9d4.tar.gz |
show fuzzing state
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
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 */ |