mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Fix signature
This commit is contained in:
@@ -105,7 +105,7 @@ def pointer_to_string(
|
||||
|
||||
def gather_contiguous_bytes_from_address(
|
||||
context, data_layer, starting_address: int, count: int
|
||||
) -> bytes:
|
||||
) -> str:
|
||||
"""
|
||||
This method reconstructs a string from memory while also carefully examining each page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user