-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global hook possible? #28
Comments
Hi, |
Hi Mahdi, I have already found tons of stuff, but it is 100% about hooking keyboard and/or mouse, using SetWindowsHookEx with WH_KEYBOARD or WH_MOUSE. I thought you might have a working sample code using your library with MessageBox, DrawTextW or another user32.dll - call. |
Just try to google using this keywords "inject dll delphi". Peek any code that make the injection. This code will be standard for all your future global hooks. Thank you. |
good |
Using Embarcadero Delphi 10 I compiled the demo project DetoursDemo\win32api\Demo1. The local hook on the MessageBox API function works as expected. Can I use your library to make this interception global or to inject it into a foreign process? How?
The text was updated successfully, but these errors were encountered: