microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.95k stars 240 forks source link

Replace explicit compiler options with <EnableFuzzer>true</EnableFuzzer> #4001

Open Alan-Jowett opened 2 weeks ago

Alan-Jowett commented 2 weeks ago

Visual Studio now supports the: \<EnableFuzzer>true\</EnableFuzzer> similar to \<EnableASAN>true\</EnableASAN>

Look into replacing "/fsanitize=fuzzer" with \<EnableFuzzer>true\</EnableFuzzer>