mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
update time_object to get_time_object
This commit is contained in:
@@ -68,7 +68,7 @@ class Bash(plugins.PluginInterface):
|
||||
history_entries.append(hist)
|
||||
|
||||
for hist in sorted(history_entries, key = attrgetter('time_as_integer')):
|
||||
yield (0, (task.pid, task_name, hist.time_object(), hist.get_command()))
|
||||
yield (0, (task.pid, task_name, hist.get_time_object(), hist.get_command()))
|
||||
|
||||
def run(self):
|
||||
filter = pslist.PsList.create_filter([self.config.get('pid', None)])
|
||||
|
||||
Reference in New Issue
Block a user