mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
add the modscan plugin
This commit is contained in:
@@ -232,6 +232,12 @@ class PoolScanner(plugins.PluginInterface):
|
||||
object_type = "Driver",
|
||||
size = (248, None),
|
||||
page_type = PoolType.PAGED | PoolType.NONPAGED | PoolType.FREE),
|
||||
# kernel modules
|
||||
PoolConstraint(
|
||||
b'MmLd',
|
||||
type_name = symbol_table + constants.BANG + "_LDR_DATA_TABLE_ENTRY",
|
||||
size = (76, None),
|
||||
page_type = PoolType.PAGED | PoolType.NONPAGED | PoolType.FREE),
|
||||
]
|
||||
|
||||
if not tags_filter:
|
||||
|
||||
Reference in New Issue
Block a user