Seite 1 von 1

MemoryModule x86 und x64 (static lib, import und beispiel)

Verfasst: 25.10.2010 20:33
von ts-soft
MemoryModule zum laden einer DLL aus dem Speicher
Diese Version funktioniert mit x86 und x64, in ASCII oder Unicode

Download

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 27.10.2010 00:32
von NoUser
.

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 01.08.2012 17:04
von ts-soft
Update:

Neu compiliert von Source-Version 0.03

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 02.08.2012 13:03
von NoUser
Was hat sich geändert? Waren es Bugfixes? Mehr Features? :?:

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 02.08.2012 14:01
von ts-soft
Keine Ahnung :wink:

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 02.08.2012 22:28
von mpz
Hi,

soweit ich weiss hatte die alte Memory Modul Version nur eine x86 lib und die neue jetzt auch x64 lib. Das wird wohl der Unterschied sein...

Gruß Michael

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 03.08.2012 11:16
von NoUser
@ts-soft: :lol:

@mpz: thx!

Re: MemoryModule x86 und x64 (static lib, import und beispie

Verfasst: 13.07.2013 02:27
von ts-soft
Update:

Neue Funktionen und geändertes Beispiel, das die Nutzung demonstriert.
MemoryModule hat geschrieben: MemoryLoadLibrary(*MemoryPointer)
MemoryGetProcAddress(hModule, FunctionName.p-ascii)
MemoryFreeLibrary(hModule)
MemoryFindResource(hModule, lpName.p-ascii, lpType.p-ascii)
MemoryFindResourceEx(hModule, lpName.p-ascii, lpType.p-ascii, wLanguage.w)
MemoryLoadResource(hModule, hResInfo)
MemoryLoadString(hModule, uID.l, *lpBuffer, nBufferMax.l)
MemoryLoadStringEx(hModule, uID.l, *lpBuffer, nBufferMax.l, wLanguage.w)
MemorySizeofResource(hModule, hResInfo)