Skip to content
  • Nick Mathewson's avatar
    Neat feature to help seed fuzzers · 1e47a583
    Nick Mathewson authored
    To run it, write a trunnel description for what you want to fuzz,
    and run python -m trunnel.SeedFuzzer foo.trunnel .  The
    subdirectories of "fuzzing-inputs" will fill up with strings that
    conform to that description, suitable for consumption by afl or
    libfuzzer.
    1e47a583