Skip to content

Commit 778598f

Browse files
tarcisiofischerTarcisio Fischer
andauthored
Fix rop reference (#280)
Co-authored-by: Tarcisio Fischer <tarcisio.fischer@arm.com>
1 parent ac08abb commit 778598f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Some examples of how the attacker may use the obtained primitives:
342342

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

0 commit comments

Comments
 (0)