mirror of
https://github.com/bb107/MemoryModulePP
synced 2026-06-08 13:15:33 +00:00
10 lines
196 B
C
10 lines
196 B
C
#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);
|