Fix: address mask from @ikelos help

This commit is contained in:
Donghyun Kim
2022-05-30 08:56:27 +09:00
parent 12fc7dda1b
commit b312a5780c
@@ -40,7 +40,7 @@ class VadWalk(interfaces.plugins.PluginInterface):
yield(0, (proc.UniqueProcessId,
utility.array_to_string(proc.ImageFileName),
format_hints.Hex(vad.vol.offset),
format_hints.Hex(vad.get_parent()),
format_hints.Hex(vad.get_parent() & self.context.layers[vad.vol.layer_name].address_mask),
format_hints.Hex(vad.get_left_child()),
format_hints.Hex(vad.get_right_child()),
format_hints.Hex(vad.get_start()),