srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

User should be able to specify max file size #11

Closed louismerlin closed 1 year ago

louismerlin commented 1 year ago

Flag for AFL++:

  -G maxlength  - set max length of generated fuzz input (default: 1048576)

Flag for Honggfuzz:

 --max_file_size|-F VALUE
    Maximal size of files processed by the fuzzer in bytes (default: 1048576 = 1MB)

Flag for libfuzzer:

-max_len
    Maximum length of a test input. If 0 (the default), libFuzzer tries to guess a good value based on the corpus (and reports it).