diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-16 16:25:40 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-16 16:25:40 -0600 |
commit | a23a03041792a222a9cd079e5eb0b64e6882e8e4 (patch) | |
tree | 1cd35d7e80092860ea3d0f33a1b51f8070bfc8ec | |
parent | 8dc5ba8315a9b275b12668ca039cabe6f9c6824a (diff) |
analyze_texts now returns an end address
hg-commit-id: a8d2da6b569a
-rw-r--r-- | extras/analyze_texts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py index b24a170a..36d80413 100644 --- a/extras/analyze_texts.py +++ b/extras/analyze_texts.py @@ -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) |