loadlibrary icon indicating copy to clipboard operation
loadlibrary copied to clipboard

Custom DLLs

Open shayfo opened this issue 5 years ago • 2 comments

Does this project support loading custom DLLs to linux?

shayfo avatar Jan 15 '20 13:01 shayfo

got the same question, and a how to would be great

dezmaeth avatar Oct 27 '20 19:10 dezmaeth

What do you mean by custom DLLs? :-)

It supports loading one DLL right now. I used it once to load a DLL with > 300 exports. Depending on the complexity of your DLL, you might stub or implement WinAPI functions yourself or use portions of Wine. However, some restructuring is required to allow loading more than one DLL.

chrisnew avatar Oct 28 '20 10:10 chrisnew