Fuzzer support in VS2022

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 ?
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
I've seen it, never used it or any of the other address sanitizers available.
Topic archived. No new replies allowed.