-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AFLTriage convenience wrapper flag #90
Comments
Hi, @appetrosyan. Thanks for your suggestion but I am a little confused. Are you suggesting we incorporate something from here? https://gitlab.com/rc0r/afl-utils Is |
Yep. I'll explain my reasoning. The scripts do the heavy lifting in terms of what needs to be done. The QOL improvement comes from Would you accept a PR that patched this functionality into |
Sorry, but I still don't understand what the "heavy lifting" is. So Alternatively (or additionally), could you provide some sample output produced from the option's use? Also, is the idea that this additional functionality would work only if |
AFLreplaying the crashes in a convenient manner. The convenience aspect is not having to dig through
Would gladly, but it's exactly the same as running a CLI debuggger.
AFAICT, it's not yet |
afl-utils
Thanks for the explanation. This makes much more sense now. Please give me a few days to look into AFLTriage and I will get back to you. |
I think I got AFLTriage to work, but it didn't seem to drop me into a debugger. Was it supposed to drop me into a debugger? I think I am still confused as to what the For example, the original proposal was to wrap an Perhaps you could help me understand what problem we are trying to solve. |
After fuzzing the results a considerable amount of manual labour is required to e.g. narrow the crashes. Users of
cargo test-fuzz
would benefit greatly from adding at least the--triage
flag which would replay the important crashes.The text was updated successfully, but these errors were encountered: