Address feedback

This commit is contained in:
Andrew Case
2024-09-02 14:18:47 -05:00
parent 1a3c48a33f
commit 5af6b0285c
@@ -262,7 +262,10 @@ class PESymbols(interfaces.plugins.PluginInterface):
layer_name: str,
symbol_table: str,
wanted_symbols: Dict[str, List[str]],
module_collector: Callable[[interfaces.context.ContextInterface, str, str, Dict[str, List[str]]], Dict[str, Tuple[str, int]]]
module_collector: Callable[
[interfaces.context.ContextInterface, str, str, Dict[str, List[str]]],
Dict[str, Tuple[str, int]],
],
) -> Dict[str, Tuple[str, int]]:
"""
Loops through each method of symbol analysis until each wanted symbol is found