Closed bjloed closed 8 months ago
Hi @bjloed
thanks for opening an issue. I see you already closed it as completed, did you find a solution or workaround ? Was it a bug in kAFL that deserves to be fixed ?
Thanks
@Wenzel Ah, I solved it because harness was a 32 bit or 64 bit problem. It's not a kAFL code problem. Thanks!
Hi. I'm currently testing selffuzz_test.c and the exc_handle function. Currently, panic() has been replaced with (int )1 = 0x41; in the if statement of selffuzz_test.c.
And if I add exc_handle, the fuzzing result is as follows:
And in kafl gui, only 1 crash appears. Why does this situation repeat itself? Thanks.