csharp
public record class FuzzFindingAn input that broke a promise.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string TargetWhich decoder.
public FuzzFailure FailureWhich promise.
public byte[] InputThe exact bytes, so it can be committed and replayed.
public string DetailWhat happened, for the report.
public string HexThe bytes, as hex, so a report can be acted on without the corpus file.
Methods (2)
public FuzzFinding(string Target, FuzzFailure Failure, byte[] Input, string Detail)An input that broke a promise.
public override string ToString()Returns a string that represents the current object.
Used by (3)
- FuzzGateTestsVixen.Net.Fuzz.Tests
- FuzzOutcomeVixen.Net.Fuzz
- FuzzSessionVixen.Net.Fuzz