From: Vincent Povirk Subject: Re: [PATCH v2] ntdll: Fix overflow if running 32bit app w/ wine64 Message-Id: Date: Thu, 18 Oct 2018 14:10:03 -0500 In-Reply-To: <871s8np0m5.fsf@winehq.org> References: <20181017094901.26009-1-brendan@redmandi.com> <3e6130d8-d5c5-2a3a-73e0-84c2dfdeecd3@redmandi.com> <871s8np0m5.fsf@winehq.org> > > you get the Out of Memory error that is fixed by this patch. Applying > > this patch allows these applications to work as they currently do > > under Windows. > > For .NET binaries this should be solved by generating a PE64 header to > replace the PE32 one. Does the test case work with native .NET? If not, we need to fix that first. If it does, we should change the header in _CorValidateImage.