News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Loading a DLL from memory

Started by ragdog, November 22, 2009, 07:36:17 PM

Previous topic - Next topic

ragdog

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






Vortex