We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac08abb commit 778598fCopy full SHA for 778598f
1 file changed
book.md
@@ -342,7 +342,7 @@ Some examples of how the attacker may use the obtained primitives:
342
343
* Leak information, such as pointers to specific data structures or code,
344
or the stack pointer.
345
-* 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).
346
* Overwrite non-control data, e.g. authorization state. Sometimes this
347
step is sufficient to achieve the attacker's goal, bypassing the need for
348
arbitrary code execution.
0 commit comments