hook
Calling functions in a DLL loaded by another process
I have a DLL that I inject into another process but I want to be able to call the exports on that DLL from my application. I\'ve read elsewhere that you have to the SendMessage API but I have no idea[详细]
2023-03-18 04:31 分类:问答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 分类:问答Redirecting keydown by hook in C#?
I want to write an application like hotkey helpers for games, for example, in Warcraft 3, I use numpad keys for some reason. Is it possible to send a \"Numpad 1 key pressed\" message to the OS by pres[详细]
2023-03-16 21:06 分类:问答To hook or not to hook - git
Our bespoke IDE outputs XML files with an encoding that makes them look like binary files. Diffs and merges of these files fail.[详细]
2023-03-16 15:41 分类:问答Liferay Hook override current JS
Is there a special tag i can use when creating a liferay hook that allows liferay to use my specific javascript over the default liferay javascript.[详细]
2023-03-16 14:33 分类:问答Global hooks JAVA LINUX (Ubuntu)
I want to hook into another GUI app (probably using Qt). I want to know, when some button is ready to click and etc.[详细]
2023-03-16 11:33 分类:问答Codeigniter, problem with extended class methods
It’s been a while since I don’t use CI and I’m with a starter doubt. EDIT: class MY_Controller extends CI_Con开发者_JAVA技巧troller {[详细]
2023-03-16 08:26 分类:问答D3D9 Hook - Overlay with Direct3D9
OK, so I\'m trying to do some overlay for some extra buttons on a Direct X game. I found a c++ sample that overlays quite nicely here: http://www.gamedev.net/topic/359794-c-开发者_运维知识库direct3d-[详细]
2023-03-16 01:22 分类:问答Hook on mscorlib (System.Security.Cryptography.CryptoStream) to log parameters
I want to log the parameters which are given to a CryptoStream object in an application, to log the plaintext before it is encrypted.[详细]
2023-03-15 17:46 分类:问答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 分类:问答