When testing a program using AFL(American fuzzy lop), I get a lot of unique crashes. Is there any way to help me analyze the crashes I test, determine what kind of crashes they are and where in the source code it's happening?
Can this be done with gdb or ASAN?