aboutsummaryrefslogtreecommitdiff
path: root/Exfiltration/mimikatz-1.0/driver/ssdt.h
blob: 33ab9afb56d0c95dd0636dcf249df632e10e3040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "k_types.h"
#include "mod_memory.h"
#include "modules.h"

NTSTATUS kSSDT(LPWSTR pszDest, size_t cbDest, LPWSTR *ppszDestEnd, size_t *pcbRemaining);

#ifdef _M_IX86
	extern PSERVICE_DESCRIPTOR_TABLE	KeServiceDescriptorTable;
#else
	PSERVICE_DESCRIPTOR_TABLE	KeServiceDescriptorTable;
	NTSTATUS getKeServiceDescriptorTable();
#endif