Update volatility3/framework/plugins/windows/thrdscan.py

This commit is contained in:
ikelos
2025-05-06 22:41:27 +01:00
committed by GitHub
parent 718f8ca2b5
commit c0c7119c38
@@ -143,18 +143,8 @@ class ThrdScan(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface)
else None
)
else:
vads = None
start_path = (
pe_symbols.PESymbols.filepath_for_address(vads, thread_start_addr)
if vads
else None
)
win32start_path = (
pe_symbols.PESymbols.filepath_for_address(vads, thread_win32start_addr)
if vads
else None
)
start_path = None
win32start_path = None
return cls.ThreadInfo(
thread_offset,