[Bug 45642] Chrome/ Chromium sandbox needs x86-64 syscall thunks to match Windows

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 2 16:42:26 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=45642

--- Comment #3 from Fabian Maurer <dark.shadow4 at web.de> ---
Created attachment 62926
  --> https://bugs.winehq.org/attachment.cgi?id=62926
Provide hookable 64bit api thunks (simpler method)

Interesting enough, I found another approach which is far less invasive:
Chromium doesn't check that there is an int 2e in win10 syscall thunks - so we
can just add a jump in there.
I figured it would fail since chromium copies the contents of the thunk, and
our jump would fail - but that doesn't seem to be the case.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list