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