The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ragdog on November 22, 2009, 07:36:17 PM

Title: Loading a DLL from memory
Post by: ragdog on November 22, 2009, 07:36:17 PM
Loading a DLL from memory

This tutorial describes a technique how a dynamic link library (DLL) can be loaded from memory without storing it on the hard-disk first.

I have Found a souce in c++ about this from Joachim Bauch
And now i try this use in masmw32

Can any convert this source in masm32 or can any make an lib to use it for masm32?

WebPage:
http://www.joachim-bauch.de/tutorials/load_dll_memory.html

DownloadLink

http://www.joachim-bauch.de/tutorials/downloads/MemoryModule-0.0.2.zip
Greets,
ragdog





Title: Re: Loading a DLL from memory
Post by: Vortex on November 23, 2009, 06:23:00 PM
Hi ragdog,

I guess this had been discussed before :

Loading and running EXEs and DLLs from memory (http://www.masm32.com/board/index.php?topic=3150.0)