mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-01 04:39:03 +02:00
Improve style to use default iterators rather than explicit ones.
This commit is contained in:
@@ -28,7 +28,7 @@ class Volshell(interfaces.plugins.PluginInterface):
|
||||
config = self.config
|
||||
layer_name = self.config['primary']
|
||||
kvo = context.memory[layer_name].config.get('kernel_virtual_offset')
|
||||
members = lambda x: list(sorted(x.vol.members.keys()))
|
||||
members = lambda x: list(sorted(x.vol.members))
|
||||
|
||||
# Determine locals
|
||||
curframe = inspect.currentframe()
|
||||
|
||||
Reference in New Issue
Block a user