stack pivot

A "stack pivot" refers to a technique used in computer programming, specifically in exploits or malware, where the execution flow is redirected by manipulating the memory stack. It involves changing the return address present on the stack to a different location, allowing control to be transferred to a specified code segment or function. This technique is often used to bypass security measures or gain unauthorized access to a system.

Requires login.