You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an explanation available as to why it slows down fuzzing? In our experiments (with libFuzzer) we couldn't find any evidence to support this conclusion.
The text was updated successfully, but these errors were encountered:
Is there an explanation available as to why it slows down fuzzing? In our experiments (with libFuzzer) we couldn't find any evidence to support this conclusion.
@kcc - i think you wrote that recommendation, thoughts on this?
Maybe fuzz engines that try to determine all reachable edges before starting the process might be slowed down by that? Not sure if any modern engine does that.
On Sat, May 8, 2021 at 1:54 AM MarcoFalke ***@***.***> wrote:
Maybe fuzz engines that try to determine all reachable edges before
starting the process might be slowed down by that? Not sure if any modern
engine does that.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#94 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADG4STLYWYE3I2HIVMW32DTMT33XANCNFSM44JP444Q>
.
See https://github.com/google/fuzzing/blob/master/docs/good-fuzz-target.md#unreachable-code
Is there an explanation available as to why it slows down fuzzing? In our experiments (with libFuzzer) we couldn't find any evidence to support this conclusion.
The text was updated successfully, but these errors were encountered: