mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 02:07:39 +02:00
Prettier of TreeGrid column
This commit is contained in:
@@ -140,5 +140,9 @@ class DeviceTree(interfaces.plugins.PluginInterface):
|
||||
|
||||
def run(self) -> renderers.TreeGrid:
|
||||
return renderers.TreeGrid([
|
||||
("Offset", format_hints.Hex), ("Type", str), ("DriverName", str), ("DeviceName", str), ("DeviceType", str),
|
||||
("Offset", format_hints.Hex),
|
||||
("Type", str),
|
||||
("DriverName", str),
|
||||
("DeviceName", str),
|
||||
("DeviceType", str),
|
||||
], self._generator())
|
||||
|
||||
Reference in New Issue
Block a user