Posted September 30, 20222 yr I am trying to load x86 dll in address space of x64 process. Most of resources i found online talk about calling x64 bit dll in x86 process.
October 9, 20222 yr Not exactly "clean" nor lightweight, but it's a method ... https://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/ P.S. Disclaimer. I didn't try myself. Edited October 9, 20222 yr by tonyweb
December 22, 20222 yr Author On 10/9/2022 at 8:41 PM, tonyweb said: Not exactly "clean" nor lightweight, but it's a method ... https://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bit-code/ P.S. Disclaimer. I didn't try myself. It has to be on same process address space.
Create an account or sign in to comment