Page 2 of 2

Re: MemoryModule x86 and x64 (static lib, import and example

Posted: Sat Jul 13, 2013 1:25 am
by ts-soft
Update:

New functions to use resources in dll and new example to reflect this!
MemoryModule wrote: 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)

Re: MemoryModule x86 and x64 (static lib, import and example

Posted: Mon Sep 08, 2014 5:07 pm
by chi
MemoryFreeLibrary() keeps crashing when running inside a virtual environment (VirtualBox)... Is it save to just not call this function or will there be something left behind?

Greetings, chi

Re: MemoryModule x86 and x64 (static lib, import and example)

Posted: Fri Nov 25, 2022 7:32 am
by jacdelad
The link in the first post doesn't work anymore, is it still available somewhere?

Re: MemoryModule x86 and x64 (static lib, import and example)

Posted: Sat Feb 25, 2023 10:52 am
by destiny
jacdelad wrote: Fri Nov 25, 2022 7:32 am The link in the first post doesn't work anymore, is it still available somewhere?
Same question.

Re: MemoryModule x86 and x64 (static lib, import and example)

Posted: Sun Mar 23, 2025 6:03 pm
by Jens-Arne
Still same question. Is there anybody who has the files because the download link is broken?

Re: MemoryModule x86 and x64 (static lib, import and example)

Posted: Mon Mar 24, 2025 8:28 am
by chi
MemoryModule.zip (ts-soft / 2013-07-13)

Re: MemoryModule x86 and x64 (static lib, import and example)

Posted: Sun Mar 30, 2025 1:31 pm
by Jens-Arne
Thank you very much!