Vixen
02b45cc4
csharp
public record class FuzzFinding

An 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 Target

    Which decoder.

  • public FuzzFailure Failure

    Which promise.

  • public byte[] Input

    The exact bytes, so it can be committed and replayed.

  • public string Detail

    What happened, for the report.

  • public string Hex

    The 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