[Wine] Re: DLL Injection -> segfaults on wine

vitamin wineforum-user at winehq.org
Sun Aug 23 02:39:17 CDT 2009


oGGy wrote:
> I've started today programming with a windows library which I especially want to use in Wine.
> This library replaces one that is for windows native program and I'm trying to create a similar library that communicates with a native linux replacement of the program for windows.

Some of that stuff will not work on Wine. It does not have the same processes as native.

Usually injecting code is a big no-no in *NIX word (well you can't do that unless you root just that simple). Wine does lots of special tricks to get some of that working.

I'm not even talking about Wine's own libraries - you can't inject code this way into them. Also you do not have properly compiled Wine (you missing prelink).







More information about the wine-users mailing list