mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
analyze_texts now returns an end address
hg-commit-id: a8d2da6b569a
This commit is contained in:
parent
8dc5ba8315
commit
a23a030417
|
@ -469,6 +469,7 @@ def text_pretty_printer_at(start_address, label="SomeLabel"):
|
|||
output += "\n"
|
||||
|
||||
#output += "\n"
|
||||
output += "; " + hex(start_address + byte_count)
|
||||
print output
|
||||
return (output, byte_count)
|
||||
|
||||
|
|
Loading…
Reference in a new issue