Added IRQL annotation
This commit is contained in:
parent
965c6d8730
commit
6313f01e22
@ -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(
|
||||
|
@ -258,6 +258,7 @@ DomitoMemorySearchPattern(
|
||||
return STATUS_NOT_FOUND;
|
||||
}
|
||||
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
UINT32
|
||||
DomitoGetPortableExecutableDigestKind(
|
||||
_In_ PUCHAR pPeBytes,
|
||||
|
Loading…
Reference in New Issue
Block a user