show fuzzing state

This commit is contained in:
vanhauser-thc
2023-06-08 12:32:51 +02:00
parent c7c6ad1a94
commit c28779adc5
3 changed files with 47 additions and 5 deletions

View File

@ -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 */