From fb15ee81ff435fee9036f7e5ea4c297764a822e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 3 Jul 2023 21:11:09 +0200 Subject: [PATCH] Added comment --- include/Domito.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/Domito.h b/include/Domito.h index de04657..5488f04 100644 --- a/include/Domito.h +++ b/include/Domito.h @@ -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)