wtf is a distributed, code-coverage guided, customizable, cross-platform snapshot-based fuzzer designed for attacking user and / or kernel-mode targets running on Microsoft Windows and Linux user-mode (experimental!).
MIT License
1.47k
stars
134
forks
source link
Fix argument parsing to exit gracefully instead of crashing #165
Throw
CLI::ParseError
by value so thatCLI11_PARSE
can catch it.