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 // Extracts the CALG_ID from a signed PE that was used to
// calculate the message digest when it was signed // calculate the message digest when it was signed
// //
_IRQL_requires_max_(DISPATCH_LEVEL)
EXTERN_C EXTERN_C
UINT32 UINT32
DomitoGetPortableExecutableDigestKind( DomitoGetPortableExecutableDigestKind(

View File

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