https://bugs.winehq.org/show_bug.cgi?id=45650
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Yes, and no. Yes, they check the exact byte sequence. However, they have a "relaxed" mode patching, where they do a generic approach of hooking. This approach doesn't work with the current syscall thunks, but it works after my patch. At least that's my current understanding of the issue, and what my testing with chromium shows.