Added IRQL annotation
This commit is contained in:
		| @@ -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( | ||||||
|   | |||||||
| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user