Interface PeFileMetadataOrBuilder (0.3.0)

public interface PeFileMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImportHash()

public abstract String getImportHash()

Hash of PE imports.

string import_hash = 1;

Returns
Type Description
String

The importHash.

getImportHashBytes()

public abstract ByteString getImportHashBytes()

Hash of PE imports.

string import_hash = 1;

Returns
Type Description
ByteString

The bytes for importHash.