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!).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

std::abort is too annoying on Windows

0vercl0k opened this issue · comments

std::abort will trigger the JIT debugger on Windows which is super annoying. I need to throw exceptions / catch them if no debugger is attached & abort/__debugbreak() if attached so that it still is easy to break when things go wrong.