mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
NTSTATUS NTAPI MmInitialize();
|
||||
NTSTATUS NTAPI MmCleanup();
|
||||
|
||||
//
|
||||
// This function is available only if the MMPP is compiled as a DLL.
|
||||
//
|
||||
BOOL WINAPI ReflectiveMapDll(HMODULE hModule);
|
||||
Reference in New Issue
Block a user