unknown Posted September 30, 2022 Posted September 30, 2022 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.
tonyweb Posted October 9, 2022 Posted October 9, 2022 (edited) 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, 2022 by tonyweb
unknown Posted December 22, 2022 Author Posted December 22, 2022 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now