Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Some examples of how the attacker may use the obtained primitives:

* Leak information, such as pointers to specific data structures or code,
or the stack pointer.
* Overwrite the stack contents, e.g. to perform a [ROP attack](#rop).
* Overwrite the stack contents, e.g. to perform a [ROP attack](#return-oriented-programming).
* Overwrite non-control data, e.g. authorization state. Sometimes this
step is sufficient to achieve the attacker's goal, bypassing the need for
arbitrary code execution.
Expand Down