Hi this is my first question so please treat me gently.I am detouring an exe, using MS detours and Visual Studio 2005, my dll gets loaded and my hook works a treat however when I try to extend my hook
I know how to inject a DLL into a running process and also how to utilize functions used internally by the process e.g.
Im hooking functions in an external process via their function offset. That works well for the functions im hooking so far - however i have found a \"debugLog(char...)\" function that still exist in t
I program a dll. In this dll, I want to hook another dll\'s function loaded into memory. This is the result of many hours of work:
I am hooking a few functions from my server(C++). I want to hook certain functions, to be able to dump the packets, some clients send(connect/disconnect packages). I already hooked the functions recv/
I have the source code from a C++ DLL. This DLL is part of an applicaton. I want to hook a function loaded in memory by another DLL, so that my hooked function gets called by all other DLL\'s instead
I wont to detour PlaySoundW function inside Minesweeper. Game is crashing as soon as it calls PlaySoundW function.
I\'m using MS Detours 2.1 Library and VS 2010. I\'m trying to detour PlaySoundW function. I can\'t compile that code and I\'m getting these errors:
I am developing an application, that uses EasyHook library to inject code to desired process and intercept calls from a specific dll. In my case
I\'m playing with Microsoft\'s Detours to hook api, for example, I can change what happens when MessageBoxA