Interface FileMetadataPeResourceInfoOrBuilder (0.3.0)

public interface FileMetadataPeResourceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntropy()

public abstract double getEntropy()

Entropy of the resource.

double entropy = 5;

Returns
Type Description
double

The entropy.

getFileType()

public abstract String getFileType()

File type. Note that this value may not match any of the well-known type identifiers defined in the ResourceType enum.

string file_type = 6;

Returns
Type Description
String

The fileType.

getFileTypeBytes()

public abstract ByteString getFileTypeBytes()

File type. Note that this value may not match any of the well-known type identifiers defined in the ResourceType enum.

string file_type = 6;

Returns
Type Description
ByteString

The bytes for fileType.

getFiletypeMagic()

public abstract String getFiletypeMagic()

Type of resource content, as identified by the magic Python module.

string filetype_magic = 2;

Returns
Type Description
String

The filetypeMagic.

getFiletypeMagicBytes()

public abstract ByteString getFiletypeMagicBytes()

Type of resource content, as identified by the magic Python module.

string filetype_magic = 2;

Returns
Type Description
ByteString

The bytes for filetypeMagic.

getLanguageCode()

public abstract String getLanguageCode()

Human-readable version of the language and sublanguage identifiers, as defined in the Microsoft Windows PE specification.

string language_code = 4;

Returns
Type Description
String

The languageCode.

getLanguageCodeBytes()

public abstract ByteString getLanguageCodeBytes()

Human-readable version of the language and sublanguage identifiers, as defined in the Microsoft Windows PE specification.

string language_code = 4;

Returns
Type Description
ByteString

The bytes for languageCode.

getSha256Hex()

public abstract String getSha256Hex()

SHA256_hex field..

string sha256_hex = 1;

Returns
Type Description
String

The sha256Hex.

getSha256HexBytes()

public abstract ByteString getSha256HexBytes()

SHA256_hex field..

string sha256_hex = 1;

Returns
Type Description
ByteString

The bytes for sha256Hex.