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.
- class WindowsMetadata(json_data)[source]
Bases:
MetadataInterface
Class to handle the metadata from a Windows symbol table.
Constructor that accepts json_data.