mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
16 lines
No EOL
439 B
C
16 lines
No EOL
439 B
C
#include "ntifs.h"
|
|
#include <windef.h>
|
|
|
|
|
|
VOID LoadImageNotifyRoutine(IN PUNICODE_STRING FullImageName, IN HANDLE ProcessId, IN PIMAGE_INFO ImageInfo);
|
|
BOOLEAN MakeWritable(PVOID StartAddress,UINT_PTR size,BOOLEAN usecopyonwrite);
|
|
|
|
BOOLEAN ImageNotifyRoutineLoaded;
|
|
char* ModuleList;
|
|
int ModuleListSize;
|
|
ULONG Size;
|
|
|
|
UINT_PTR ActiveLinkOffset;
|
|
UINT_PTR ProcessNameOffset;
|
|
UINT_PTR DebugportOffset;
|
|
UINT_PTR PIDOffset; |