mirror of
https://github.com/maxDcb/C2TeamServer
synced 2026-06-06 16:14:27 +00:00
MemoryModule Tests
This commit is contained in:
@@ -6,4 +6,8 @@
|
||||
|
||||
typedef void *HMEMORYMODULE;
|
||||
|
||||
HMEMORYMODULE MemoryLoadLibrary(const void *moduleData, size_t size);
|
||||
HMEMORYMODULE MemoryLoadLibrary(const void *moduleData, size_t size);
|
||||
|
||||
void MemoryFreeLibrary(HMEMORYMODULE mod);
|
||||
|
||||
void* MemoryGetProcAddress(HMEMORYMODULE mod, const char* procName);
|
||||
Reference in New Issue
Block a user