[PATCH 1/3] winebuild: Added support for entry points generated in runtime.

Alexandre Julliard julliard at winehq.org
Tue Jan 19 10:06:36 CST 2016


Jacek Caban <jacek at codeweavers.com> writes:

> All such solutions require changes in both Chrome and Wine, which makes
> it tricky to decide on a solution. What's your opinion?

My concern is not just about hooking the system calls, it's what happens
once they are hooked. Sebastian said that hooks inside the Ldr*
functions don't work right. I'm worried that supporting this properly
would require that our internal code paths follow the Windows ones
closely, which is neither feasible nor desirable.

This could of course also be changed in Chrome so that it could deal
with the way Wine's ntdll is implemented, but that would probably be
more intrusive.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list