cheat-engine/DBKKernel/deepkernel.h
cheatengine@gmail.com 0d5b57c81f
2011-07-04 19:53:17 +00:00

17 lines
443 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;