SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ActualChecksum Property

Returns the executable's checksum computed during signature verification.

Syntax

ANSI (Cross Platform)
int GetActualChecksum();

Unicode (Windows)
INT GetActualChecksum();
@property (nonatomic,readonly,assign,getter=actualChecksum) int actualChecksum;
- (int)actualChecksum;
#define PID_AUTHENTICODEVERIFIER_ACTUALCHECKSUM 1

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_AuthenticodeVerifier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

Use this property to get the actual checksum of the executable.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]