Skip to content

Commit

Permalink
Update Canary doc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Nov 11, 2022
1 parent 7a0c42b commit 2bd0c1b
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 @@ -10517,7 +10517,7 @@ def pagesize(self) -> int:

@property
def canary(self) -> Optional[Tuple[int, int]]:
"""Returns a tuple of the canary address and value, read from the canonical
"""Return a tuple of the canary address and value, read from the canonical
location if supported by the architecture. Otherwise, read from the auxiliary
vector."""
try:
Expand Down

0 comments on commit 2bd0c1b

Please sign in to comment.