volatility3.framework.symbols.metadata module

class LinuxMetadata(json_data)[source]

Bases: MetadataInterface

Class to handle the metadata from a Linux symbol table.

Constructor that accepts json_data.

class ProducerMetadata(json_data)[source]

Bases: MetadataInterface

Class to handle the Producer metadata from an ISF

Constructor that accepts json_data.

property datetime: datetime | None

Returns a timestamp for when the file was produced

property name: str | None
property version: Tuple[int] | None

Returns the version of the ISF file producer

class WindowsMetadata(json_data)[source]

Bases: MetadataInterface

Class to handle the metadata from a Windows symbol table.

Constructor that accepts json_data.

property pdb_age: int | None
property pdb_guid: str | None
property pe_version: Tuple[int, int, int] | Tuple[int, int, int, int] | None
property pe_version_string: str | None