Re: MemoryModule x86 and x64 (static lib, import and example
Posted: Sat Jul 13, 2013 1:25 am
Update:
New functions to use resources in dll and new example to reflect this!
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)