mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
Update volatility3/framework/plugins/windows/pe_symbols.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -671,8 +671,9 @@ class PESymbols(interfaces.plugins.PluginInterface):
|
||||
else:
|
||||
yield symbol_key, value_index, symbol_value, wanted_value # type: ignore
|
||||
|
||||
@staticmethod
|
||||
@classmethod
|
||||
def _validate_wanted_modules(
|
||||
cls,
|
||||
wanted: PESymbolFinder.cached_module_lists,
|
||||
) -> Optional[PESymbolFinder.cached_module_lists]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user