Class FileMetadataPeResourceInfo
File metadata for PE resource.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class FileMetadataPeResourceInfo : IMessage<FileMetadataPeResourceInfo>, IEquatable<FileMetadataPeResourceInfo>, IDeepCloneable<FileMetadataPeResourceInfo>, IBufferMessage, IMessage
Constructors
FileMetadataPeResourceInfo()
Declaration
public FileMetadataPeResourceInfo()
FileMetadataPeResourceInfo(FileMetadataPeResourceInfo)
Declaration
public FileMetadataPeResourceInfo(FileMetadataPeResourceInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| FileMetadataPeResourceInfo | other |
Properties
Entropy
Entropy of the resource.
Declaration
public double Entropy { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
FileType
File type. Note that this value may not match any of the well-known type identifiers defined in the ResourceType enum.
Declaration
public string FileType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FiletypeMagic
Type of resource content, as identified by the magic Python module.
Declaration
public string FiletypeMagic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
Human-readable version of the language and sublanguage identifiers, as defined in the Microsoft Windows PE specification.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha256Hex
SHA256_hex field..
Declaration
public string Sha256Hex { get; set; }
Property Value
| Type | Description |
|---|---|
| string |