mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 20:14:51 +02:00
yapf and some corrections
This commit is contained in:
@@ -33,8 +33,7 @@ class CmdLine(interfaces.plugins.PluginInterface):
|
||||
]
|
||||
|
||||
@classmethod
|
||||
def get_cmdline(cls, context: interfaces.context.ContextInterface,
|
||||
kernel_table_name: str, proc):
|
||||
def get_cmdline(cls, context: interfaces.context.ContextInterface, kernel_table_name: str, proc):
|
||||
"""Extracts the cmdline from PEB
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user