mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 18:14:51 +02:00
Fix up terminology to ensure we only refer to layers not spaces.
This commit is contained in:
@@ -277,7 +277,7 @@ class Pointer(Integer):
|
||||
@classmethod
|
||||
def _unmarshall(cls, context: interfaces.context.ContextInterface, data_format: DataFormatInfo,
|
||||
object_info: ObjectInformation) -> Any:
|
||||
"""Ensure that pointer values always fall within the address space of the layer they're constructed on
|
||||
"""Ensure that pointer values always fall within the domain of the layer they're constructed on
|
||||
|
||||
If there's a need for all the data within the address, the pointer should be recast. The "pointer"
|
||||
must always live within the space (even if the data provided is invalid).
|
||||
|
||||
Reference in New Issue
Block a user