mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
@@ -13,7 +13,7 @@ from volatility.plugins.mac import tasks
|
||||
vollog = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class lsof(plugins.PluginInterface):
|
||||
class Lsof(plugins.PluginInterface):
|
||||
"""Lists all open file descriptors for all processes."""
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user