Eric Pouech eric.pouech@orange.fr writes:
Offsetting by 0x1000 is fine.
But I'd say that the ELF data should be stored in the 64-bit PEB. Also note that once the new Wow64 architecture is enabled, all ELF data inside 32-bit processes is going to be 64-bit.
ok I'll resend the serie with just offsetting for now.
is there a way to test the new WoW64 arch before it's enabled?
You can try the patch below. Note that you need to apply the ntdll-NtAlertThreadByThreadId series from wine-staging first.