microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

add --setup_dir to libfuzzer dotnet_dll template #2801

Open stishkin opened 1 year ago

stishkin commented 1 year ago

Make libfuzzer dotnet_dll template consistent with libfuzzer basic

add --setup_dir to libfuzzer dotnet_dll template

AB#43256505

Porges commented 1 year ago

I'm not sure that we can have this work in the same way: setup_dir is required for the dotnet templates, and in whatever framework we're using for Python cmdline parsing that means it has to be positional, not named.