yapf and some corrections

This commit is contained in:
AsafEitani
2020-08-31 17:05:20 +01:00
committed by ikelos
parent 81d346438a
commit 7ab72a1066
33 changed files with 213 additions and 255 deletions
@@ -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: