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?