loadlibrary
loadlibrary copied to clipboard
Support for 64 bit DLLs
I have a Windows 64 bit DLL:
PE32+ executable (DLL) (GUI) x86-64, for MS Windows
Will loadlibrary allow me to load this into a 64 bit app built with gcc?
Or does loadlibrary only work for a 32bit runtime?
It's 32bit only at the moment, 64bit support is on my radar but it's a big project. Sorry about that!
Do you know what is missing for 64-bit support? Is the loader largely different?
The x86_64 support is BETA but I managed to make it work with some 64bit dll. Try it here: https://github.com/cube0x8/loadlibrary/tree/x64 and, please, let us know if something goes wrong :)