Skip to content

Commit

Permalink
Fix usage of wrong var in output
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy147 committed Aug 3, 2021
1 parent 11bd6a7 commit 477086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def flags_as_string(self):

def __str__(self):
msg = "{:s}(addr={:#x}, size={:#x}, flags={:s})".format(Color.colorify("Chunk", "yellow bold underline"),
int(self.base_address),
int(self.data_address),
self.get_chunk_size(),
self.flags_as_string())
return msg
Expand Down

0 comments on commit 477086e

Please sign in to comment.