mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
remove slashes in columns
This commit is contained in:
@@ -184,8 +184,8 @@ class Modxview(interfaces.plugins.PluginInterface):
|
||||
columns = [
|
||||
("Name", str),
|
||||
("Address", format_hints.Hex),
|
||||
("In /proc/modules", bool),
|
||||
("In /sys/module/", bool),
|
||||
("In procfs", bool),
|
||||
("In sysfs", bool),
|
||||
("Hidden", bool),
|
||||
("Taints", str),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user