MemDll - Load DLL from memory

Share your advanced PureBasic knowledge/code with the community.
fryquez
Enthusiast
Enthusiast
Posts: 391
Joined: Mon Dec 21, 2015 8:12 pm

Re: MemDll - Load DLL from memory

Post by fryquez »

Bass plugins are all linked to bass.dll.
With this MemDll all the module functions like LoadLibrary, GetProcAddress can't work.
If you need this so badly, take a look at iMemDLL_LoadFromImportTable
Post Reply