detours
Why is my detoured code, crashing with a NOP
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[详细]
2023-04-03 19:57 分类:问答Inject sleep() into a function of an external process
I know how to inject a DLL into a running process and also how to utilize functions used internally by the process e.g.[详细]
2023-03-29 13:54 分类:问答Detours Hook in external process for "empty" function does not work
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[详细]
2023-03-29 05:35 分类:问答c++ function hook(dll, asm)
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:[详细]
2023-03-23 00:58 分类:问答C++ receive functions
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/[详细]
2023-03-20 13:47 分类:问答C++ function hook inside source code of DLL
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[详细]
2023-03-17 11:52 分类:问答MS Detours 2.1 - Popping out of stack
I wont to detour PlaySoundW function inside Minesweeper. Game is crashing as soon as it calls PlaySoundW function.[详细]
2023-03-10 19:26 分类:问答MS Detours 2.1 - Unresolved externals
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:[详细]
2023-03-10 18:59 分类:问答EasyHook with original function call
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[详细]
2023-03-07 07:15 分类:问答Could I create a function based on another function at runtime?
I\'m playing with Microsoft\'s Detours to hook api, for example, I can change what happens when MessageBoxA[详细]
2023-02-25 02:00 分类:问答