Apply suggestion from @ikelos

Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
Eve
2025-12-31 12:21:47 +00:00
committed by GitHub
co-authored by ikelos
parent 55c0b9b0a8
commit c47ab6ba11
@@ -112,7 +112,7 @@ class Sockscan(plugins.PluginInterface):
return packed_needles
def _find_memory_layer_name(self, symbol_table_name: str):
def _find_memory_layer_name(self, kernel_module_name: str):
"""Find the memory layer below the kernel. Only returns a single layer,
and will warn the user if multiple layers are found.