Added comment

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-07-03 21:11:09 +02:00
parent d736e7a30e
commit fb15ee81ff

View File

@ -199,7 +199,9 @@ DomitoCalculatePortableExecutableDigest(
_Out_ PULONG pSizeOfSecurityDirectory
);
//
// Verifies if the Authenticode signature of a give PE file matches the provided (e.g. SHA1) file digest.
//
_Success_(return == STATUS_SUCCESS)
_Must_inspect_result_
_IRQL_requires_max_(PASSIVE_LEVEL)