mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 11:47:38 +02:00
Change the type for array of pointers to accept any object.
This commit is contained in:
@@ -29,7 +29,7 @@ def pointer_to_string(pointer: objects.Pointer,
|
||||
return char.cast("string", max_length = count, errors = errors)
|
||||
|
||||
|
||||
def array_of_pointers(array: objects.Array,
|
||||
def array_of_pointers(array: interfaces.objects.ObjectInterface,
|
||||
count: int,
|
||||
subtype: templates.ObjectTemplate = None,
|
||||
context: interfaces.context.ContextInterface = None) -> interfaces.objects.ObjectInterface:
|
||||
|
||||
Reference in New Issue
Block a user