On Thu Aug 3 15:59:23 2023 +0000, Paul Gofman wrote:
In other words, we need a neater way to determine if thread is native or Wine, NtCurrentTeb() doesn't fully work for that.
Ah, that makes sense. And I guess that we don't have a reliable way to determine whether `%fs` or `%gs` belong to Wine or to pthreads, right?