return address manipulation

Return address manipulation is the act of altering the location where a function or subroutine should return to after it finishes executing, typically for malicious purposes in order to control the flow of a program.

Requires login.