Class PeFileMetadata
Metadata about a Microsoft Windows Portable Executable.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class PeFileMetadata : IMessage<PeFileMetadata>, IEquatable<PeFileMetadata>, IDeepCloneable<PeFileMetadata>, IBufferMessage, IMessage
Constructors
PeFileMetadata()
Declaration
public PeFileMetadata()
PeFileMetadata(PeFileMetadata)
Declaration
public PeFileMetadata(PeFileMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| PeFileMetadata | other |
Properties
ImportHash
Hash of PE imports.
Declaration
public string ImportHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |