mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-21 17:17:39 +02:00
Fix up linux version of mmap_iter property to get_mmap_iter.
This commit is contained in:
@@ -29,7 +29,7 @@ class Maps(plugins.PluginInterface):
|
||||
|
||||
name = utility.array_to_string(task.comm)
|
||||
|
||||
for vma in task.mm.mmap_iter:
|
||||
for vma in task.mm.get_mmap_iter():
|
||||
flags = vma.get_protection()
|
||||
page_offset = vma.get_page_offset()
|
||||
major = 0
|
||||
|
||||
Reference in New Issue
Block a user