Added DomitoGetProcessImageName
This commit is contained in:
@ -180,3 +180,14 @@ DomitoCalculatePortableExecutableDigest(
|
||||
_Out_ LPWIN_CERTIFICATE* pCertOut,
|
||||
_Out_ PULONG pSizeOfSecurityDirectory
|
||||
);
|
||||
|
||||
_Success_(return == STATUS_SUCCESS)
|
||||
_Must_inspect_result_
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
EXTERN_C
|
||||
NTSTATUS
|
||||
DomitoGetProcessImageName(
|
||||
_In_ PFN_DOMITO_ALLOCATE_ROUTINE Allocator,
|
||||
_In_ ULONG ProcessId,
|
||||
_Inout_ PUNICODE_STRING* ProcessImageName
|
||||
);
|
||||
|
Reference in New Issue
Block a user