Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 64 bit DLLs #50

Open
jeffreyhorner opened this issue May 29, 2018 · 3 comments
Open

Support for 64 bit DLLs #50

jeffreyhorner opened this issue May 29, 2018 · 3 comments

Comments

@jeffreyhorner
Copy link

jeffreyhorner commented May 29, 2018

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?

@taviso
Copy link
Owner

taviso commented May 31, 2018

It's 32bit only at the moment, 64bit support is on my radar but it's a big project. Sorry about that!

@slide
Copy link

slide commented Nov 16, 2018

Do you know what is missing for 64-bit support? Is the loader largely different?

@cube0x8
Copy link
Collaborator

cube0x8 commented Jul 26, 2021

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants