detours
Building 32-bit Detours library
I\'m using Detours library from microsoft, and I was using the 32bit version (which is free). I\'m now on a 64-bit installation of windows 7 and I can\'t seem to compile Detours with nmake.[详细]
2023-01-16 12:02 分类:问答C - Calling functions from external process without exported functions
I am trying to figure out how I can call a function without having it being exported. Okay so I have an exe file with "add" defined in it, This exe is a win32 console application and loads a[详细]
2023-01-09 13:29 分类:问答Using detours for hooking writing text in notepad
I\'m trying to use detours to hook text output for example in notepad. I wrote the following code. I will not put here all code, b开发者_如何学Gout the most significant parts.[详细]
2023-01-08 02:41 分类:问答Can I redirect .NET method calls to a new method at runtime?
Suppose I have the following .NET classes: public class C { public void M() { .... } } and public class D { public void N()[详细]
2023-01-05 00:07 分类:问答Dev-C++ and Detours compiling error
As title says I\'m trying to compile with 开发者_运维问答Dev-C++ a simple DLL using Detours, but I get this error:[详细]
2023-01-02 22:24 分类:问答C/C++ Detours Library - where to find?
I came to a piece of code that includes \"HookEngine/CDetours.hpp\", search for a bit of info and came ot that is Microsoft Project, but开发者_JS百科 i cant find what i\'m looking for. I downloaded th[详细]
2022-12-27 08:37 分类:问答C++ -- Detours (Win32 API Hijacking) -- Hijack Class Methods
I had no problems hijacking function with Detours for a long time... When I tried to hijack class开发者_如何学Python methods (in my case IHTMLDocument2::write from mshtml.dll) I encountered endless pr[详细]
2022-12-23 15:40 分类:问答What does DetourAttach(&(PVOID &)BindKeyT, BindKeyD); mean? Attaching a detour to a memory address
This is just a simple question. I\'ve been reading the source of something which attaches to a memory address of a subroutine using DetourAttach(&(PVOID &)BindKeyT, BindKeyD); where BindKeyT i[详细]
2022-12-22 17:51 分类:问答Is it possible to override a Java implementation of the Random class?
Using Windows Detours in C++, I\'ve seen that it is possible to trampoline function calls so that you 开发者_开发百科may intercept windows base functionality and return custom resultsets, without modi[详细]
2022-12-18 02:05 分类:问答Detour to get a Global Pointer?
I need to get the protocol version of an application, and I don\'t know too much about the inner workings of detouring. I usually use a detour class written by a friend of mine (Not windows detour, as[详细]
2022-12-18 00:35 分类:问答
加载中,请稍侯......