cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Fuzzer support in VS2022
Fuzzer support in VS2022
Jun 27, 2022 at 4:25pm UTC
thmm
(703)
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 UTC
JLBorges
(13770)
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 UTC
Jun 27, 2022 at 10:39pm UTC
deleted account xyzzy
(5768)
I've seen it, never used it or any of the other address sanitizers available.
Topic archived. No new replies allowed.