detours
Where is my memory going?
We have been using Vmmap, and Processexplorer and MS Detours to analyze the memory usage in our program.[详细]
2023-02-12 12:12 分类:问答Intercept VB6 Button Click Event with Detours
I want to inject my own DLL into a VB6 process, to override the default click behavior of a button.The goal, to call my method, and never call the orig VB6 code in the click event handler.[详细]
2023-02-12 11:09 分类:问答Hooking usercall function?
I have a virtual machine, which on VM_Create passes the address of a function (systemCalls) to the virtual machine.[详细]
2023-02-07 08:07 分类:问答Problem trying to detour function with assembly [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-02-06 17:51 分类:问答How does Microsoft Detours work and how do I use it to get a stack trace?
I am new to Microsoft Detours. I have installed it to trace the system calls a process makes. I run the following commands which I got from the web[详细]
2023-02-01 05:41 分类:问答exported library hook with QWidget::find() doesn't working
I have a QT hook.dll library which injected in 3rd party application with detours.dll. And if i adding QWidget::find() method to hook.cpp, then i getting DllNotFoundException in process of installing[详细]
2023-02-01 04:49 分类:问答How do function detour packages circumvent security
I am looking at some code that uses a function detour package called DetourXS. My application is targeted for Microsoft Server operating 开发者_Go百科systems.Microsoft Research also has a Detours pack[详细]
2023-01-29 15:48 分类:问答Unmanaged function hooking, stack/register problem with calling convention?
This is not a particular function about EasyHook but about hooking in general. I want to hook a function with this signature:[详细]
2023-01-28 20:03 分类:问答how to create a trampoline function using DetourAttachEx? (with MS detours)
I have a dll and i wish to create a detour to one of its exported functions, The dll is not part of windows.[详细]
2023-01-28 17:20 分类:问答How to hook __usercall, __userpurge (__spoils) functions?
Know anybody something about hooking __usercall type of functions? I hooking successfully __thiscall, __stdcall and __cdecl calls but this is enough for me.[详细]
2023-01-23 07:18 分类:问答