mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
objects: Fixes for the comments in #159
This commit is contained in:
@@ -73,6 +73,7 @@ class ObjectInformation(ReadOnlyMapping):
|
||||
member_name: If the object was accessed as a member of a parent object, this was the name used to access it
|
||||
parent: If the object was accessed as a member of a parent object, this is the parent object
|
||||
native_layer_name: If this object references other objects (such as a pointer), what layer those objects live in
|
||||
size: The size that the whole structure consumes in bytes
|
||||
"""
|
||||
super().__init__({
|
||||
'layer_name': layer_name,
|
||||
|
||||
Reference in New Issue
Block a user