[PATCH] D70738: [libFuzzer] Add custom output function
Nick Fitzgerald via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 10:24:13 PST 2019
fitzgen added a comment.
Hi, I'd just like to voice my support for this functionality as another user of `cargo-fuzz`.
I'm often interpreting the input bytes into a some kind of structured input in memory, and when libfuzzer finds an input that triggers a failure in my fuzz target, I'd like to be shown the structured input rather than the byte string that it was interpreted from.
Generally, if one was implementing custom mutations for a structured input, wouldn't one also want to have a custom display for that structured input? They seem to go hand in hand.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70738/new/
https://reviews.llvm.org/D70738
More information about the llvm-commits
mailing list