easyhook
A x64-DLL injected into a x64-process hooking a x86-DLL fails using C++ and EasyHook
A x64-DLL injected into a x64-process hooking a x86-DLL fails using C++ and EasyHook. It works if Loader, InjectionLibrary and InjectionTarget(it\'s available in both versions and i need both to be ho[详细]
2023-03-15 16:58 分类:问答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 分类:问答How do I strongly name an Unmanaged C++ Dll?
I\'m working on a C# application which uses the EasyHook library for DLL Injection. EasyHook requires that any application using it be strongly named. In order to strongly name the application I need[详细]
2023-02-20 12:11 分类:问答Easyhook fires "Unable to install assembly in the GAC" error on vs2010
I\'m still trying to run my easyhook exercize. right now, i get this error: System.ApplicationException: Unable to install assembly in the GAC. This usually indicates either an invalid assembly path[详细]
2023-02-03 06:00 分类:问答Easyhook raises a System.NotSupportedException
I\'m still trying to fully understand hooking and how easyhook works. I\'ve now written a simple example: a form that contains a webbrowser element, and i\'m trying to hook recv calls made from that.[详细]
2023-02-03 04:50 分类:问答EasyHook recv doesn't "hook" all packets
I managed to write a semiworking EasyHook example that hooks recv function. I wrote a form, added a WebBrowser component, an开发者_JS百科d started the application. The problem is, I get the HTTP packe[详细]
2023-02-02 21:36 分类:问答System.DllNotFoundException using EasyHook in Visual Studio 2010
I\'ve the following code: try { Debug.WriteLine(\"Hook Start\"); RecvHook = LocalHook.Create( LocalHook.Get开发者_运维技巧ProcAddress(\"ws2_32.dll\", \"recv\"),[详细]
2023-02-02 16:41 分类:问答Hook recv and unreadable buffer
I have an application that shows a WebBrowser component, which contains a flash application that create a XMLSocket with a server.[详细]
2023-02-01 18:36 分类:问答How to use Easyhook with non managed executable
I am trying to do some hooking in c# (I\'d rat开发者_如何学Goher not use Detours or c++) so i have been using EasyHook.[详细]
2023-01-27 12:01 分类:问答Application hooking (winsock) from c++/c#
I got an (old) application that calls to the winsocket function: struct hostent* FAR gethostbyname( __inconst char *name[详细]
2023-01-25 06:24 分类:问答