mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-25 08:35:44 -04:00
Added getting code base address API function to manage handles on other side
This commit is contained in:
@@ -73,6 +73,12 @@ HMEMORYMODULE MemoryLoadLibraryEx(const void *, size_t,
|
||||
*/
|
||||
FARPROC MemoryGetProcAddress(HMEMORYMODULE, LPCSTR);
|
||||
|
||||
/**
|
||||
* Get the code base address of loading module to store it above.
|
||||
* On load dynamic library it used as a handle of library instance.
|
||||
*/
|
||||
LPVOID MemoryGetCodeAddress(HMEMORYMODULE);
|
||||
|
||||
/**
|
||||
* Free previously loaded EXE/DLL.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user