Detours.lib Download ((install))
If you are a Windows systems programmer, reverse engineer, or security researcher, you have likely encountered the need to intercept or modify API calls. Enter – a powerful library developed by Microsoft Research for monitoring and instrumenting Win32 API calls.
if (DetourTransactionCommit() == NO_ERROR) MessageBoxW(NULL, L"Test message", L"Original", MB_OK); detours.lib download