0vercl0k / wtf

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

Closed 0vercl0k closed 1 year ago

0vercl0k commented 1 year ago

Throw CLI::ParseError by value so that CLI11_PARSE can catch it.