Added DomitoFreePortableExecutableDigest
This commit is contained in:
@ -199,6 +199,16 @@ DomitoCalculatePortableExecutableDigest(
|
||||
_Out_ PULONG pSizeOfSecurityDirectory
|
||||
);
|
||||
|
||||
//
|
||||
// Frees the memory allocated by DomitoCalculatePortableExecutableDigest.
|
||||
//
|
||||
_IRQL_requires_max_(DISPATCH_LEVEL)
|
||||
EXTERN_C
|
||||
void
|
||||
DomitoFreePortableExecutableDigest(
|
||||
_In_ PVOID pDigestOut
|
||||
);
|
||||
|
||||
//
|
||||
// Verifies if the Authenticode signature of a give PE file matches the provided (e.g. SHA1) file digest.
|
||||
//
|
||||
|
Reference in New Issue
Block a user