mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
LoadLibraryMemoryExA pass the Flags parameter
This commit is contained in:
@@ -51,7 +51,7 @@ HMEMORYMODULE WINAPI LoadLibraryMemoryExA(
|
||||
mbstowcs_s(nullptr, _DllFullName, size, DllFullName, size);
|
||||
}
|
||||
|
||||
result = LoadLibraryMemoryExW(BufferAddress, 0, _DllName, _DllFullName, 0);
|
||||
result = LoadLibraryMemoryExW(BufferAddress, 0, _DllName, _DllFullName, Flags);
|
||||
} while (false);
|
||||
|
||||
RtlFreeHeap(heap, 0, _DllName);
|
||||
|
||||
Reference in New Issue
Block a user