Re: [VB6] Simple API hook
What language are you using?
You may want to further explain/justify why this is needed which may result in more replies
Re: [VB6] Simple API hook
Well if you hook into your own program and neglect any CallNextHookEx calls you could prevent other programs from monitoring your events. One problem is that Windows made it easy to inject dll code into unmanaged code (all hacks etc. are made around this principle), so it is never possible to prevent this from happening.
Unless there is a way to routinely check if your managed code has been changed (hash compare check?) which I doubt, there is simply no way. Software protectors like Punkbuster, Gameshield, etc. exist for a reason... :)
Re: [VB6] Simple API hook
Im going to use either Visual Basic or Visual C#.
Software protectors are not good enough for me since i need to gain info about several computers connected via p2p gaming tool. The way to do that is to protect each computer locally and send its status to other computers.