Added IRQL annotation

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-01 06:14:42 +02:00
parent 965c6d8730
commit 6313f01e22
2 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@ DomitoMemorySearchPattern(
// Extracts the CALG_ID from a signed PE that was used to
// calculate the message digest when it was signed
//
_IRQL_requires_max_(DISPATCH_LEVEL)
EXTERN_C
UINT32
DomitoGetPortableExecutableDigestKind(

View File

@ -258,6 +258,7 @@ DomitoMemorySearchPattern(
return STATUS_NOT_FOUND;
}
_IRQL_requires_max_(DISPATCH_LEVEL)
UINT32
DomitoGetPortableExecutableDigestKind(
_In_ PUCHAR pPeBytes,