Fix signature

This commit is contained in:
Andrew Case
2025-03-15 21:25:39 +00:00
parent fbb4003a32
commit 2d2228b06e
+1 -1
View File
@@ -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