Does wine support API hooking ?
When i tried to run my application,every function which the application tries to hook is failing.
The hooking is implemented using CreateRemoteThread API
And where i can find any documentation related to hooking in wine?
Hooking in wine
Re: Hooking in wine
Some parts of it are not implemented. What exactly are you doing and what exactly fails? Code examples please.sainath wrote:The hooking is implemented using CreateRemoteThread API