ForumFree

LoadLibrary from Memory

« Older   Newer »
  Share  
DigitX32
view post Posted on 17/2/2009, 17:02




Loading a dll from a memory buffer can be usefull: you can pack the library inside your exe as a resource and the exe itself will extract and manually map it without having to save it on disk. It is a no trivial process involving the implementation of the same steps that are followed by the LoadLibrary win32 api.

3 different implementations:

BTMemoryModule
http://cid-a4be6bd07411a607.skydrive.live....MemoryModule.7z

DLLTools
http://cid-a4be6bd07411a607.skydrive.live....ory/DLLTools.7z

DLLfromMem
http://cid-a4be6bd07411a607.skydrive.live....y/DllfromMem.7z



 
Top
0 replies since 17/2/2009, 17:02   1111 views
  Share