microsoft / Detours

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

DetourAttachEx: set out params to NULL on failure #211

Closed matbech closed 2 years ago

matbech commented 2 years ago

Sets ppRealDetour and ppRealTarget out params to NULL on failure.

Microsoft Reviewers: Open in CodeFlow
bgianfo commented 2 years ago

Thanks! 👍