microsoft / Detours

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
MIT License
5k stars 978 forks source link

Detours throws #278

Open danielbodorin opened 1 year ago

danielbodorin commented 1 year ago

detours.h contains:

define NOTHROW

// #define NOTHROW (nothrow)

This makes all "x = new object" expressions throw.

detours.cpp also has:

define NOTHROW