cheat-engine/DBKKernel/deepkernel.h
cheatengine@gmail.com 4d297adfd2
2011-07-04 19:52:19 +00:00

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;