mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 18:57:38 +02:00
Core: Also fix up the interface to match the concrete classes
This commit is contained in:
@@ -295,6 +295,7 @@ class ModuleInterface(interfaces.configuration.ConfigurableInterface):
|
||||
def has_enumeration(self, name: str) -> bool:
|
||||
"""Determines whether an enumeration is present in the module's symbol table."""
|
||||
|
||||
@property
|
||||
def symbols(self) -> List:
|
||||
"""Lists the symbols contained in the symbol table for this module"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user