Hooking in wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sainath
Level 2
Level 2
Posts: 18
Joined: Tue Sep 30, 2008 1:16 am

Hooking in wine

Post by sainath »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Hooking in wine

Post by vitamin »

sainath wrote:The hooking is implemented using CreateRemoteThread API
Some parts of it are not implemented. What exactly are you doing and what exactly fails? Code examples please.
Locked