gardatech / bugbane

tools for CI fuzzing automation
Apache License 2.0
27 stars 3 forks source link

libFuzzer requires run_args to be "@@" #26

Closed fuzzah closed 1 year ago

fuzzah commented 1 year ago

If fuzzer_type is set to libFuzzer, then run_args are required to be "@@", otherwise bb-coverage starts libFuzzer in fuzzing mode due to running a cmd like ./fuzzme < sample instead of ./fuzzme sample.

fuzzah commented 1 year ago

Update: can also use - instead of @@.

fuzzah commented 1 year ago

Update 2: - is only working with libAFLdriver

The issue should now be fixed in dev (b68b3c63ee32d166f5696f54ec46d85566025980, a67cfbd771888771b5d8cbeb2aefe0e475dd4485)