Skip to content

feature: Print Debug output when using Arbitrary #215

@ParkMyCar

Description

@ParkMyCar

When fuzzing with libfuzzer and using arbitrary::Arbitrary, if you find a failing input then cargo fuzz prints the Debug representation of your Arbitrary struct. This is quite useful because it's easier to create a unit test and repro the failing scenario.

Could afl.rs add a similar feature that when using Arbitrary it'll output the Debug representation of your failing struct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions