
split up ultimap2 from dbk (in case signing dbk fails ultimap will keep working) fixed the processwatcher bsod'ing you if you have multiple CE's open fixed the ss segment limit in dbvm offload (not that it was used)
18 lines
443 B
C
18 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;
|
|
|