Fuzzer support in VS2022

Jun 27, 2022 at 4:25pm
I just installed VS2022 and noticed that there is sth. called Fuzzer Support under Settings->C++->General.
How does it work?
Has anyone used it ?
Jun 27, 2022 at 4:51pm
The /fsanitize=fuzzer compiler option enables experimental support for LibFuzzer. LibFuzzer is a coverage-guided fuzzing library that can be used to find bugs and crashes caused by user-provided input. ...

https://docs.microsoft.com/en-us/cpp/build/reference/fsanitize?view=msvc-160&preserve-view=true

I haven't used it.
Last edited on Jun 27, 2022 at 4:51pm
Jun 27, 2022 at 10:39pm
I've seen it, never used it or any of the other address sanitizers available.
Topic archived. No new replies allowed.