Wrote a harness to fuzz a lib using LibAFL.
I get a crash within LibAFL, but cannot reproduce it outside LibAFL (almost identical harness ... outside LibAFL I added just main() function)
Would be great if LibAFL could save stacktrace, registers along the crashfile etc during the observed crash to debug it.
Could be that it is an issue in my harness or LibAFL.
Having this info would help to debug issues with harnesses, also for other projects and other users.
Thanks,
P.S Cool project