mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-26 19:44:50 +02:00
add docstrings for malfind
This commit is contained in:
@@ -137,6 +137,7 @@ class vnode(generic.GenericIntelProcess):
|
||||
class vm_map_entry(generic.GenericIntelProcess):
|
||||
|
||||
def is_suspicious(self, context, config_prefix):
|
||||
"""Flags memory regions that are mapped rwx or that map an executable not back from a file on disk"""
|
||||
ret = False
|
||||
|
||||
perms = self.get_perms()
|
||||
|
||||
Reference in New Issue
Block a user