Added IRQL annotation

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

View File

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