Struct StackShiftingInfo
Defined in File StackShiftInfo.h
Struct Documentation
-
struct StackShiftingInfo
Stores information about a chain of stack shifting gadgets.
Public Members
-
std::vector<StackShiftInfo> stack_shifts
A vector of individual stack shift gadget information.
-
uint64_t from_offset
The starting offset within the payload where the first stack shift pivot address is written.
-
uint64_t to_offset
-
uint64_t next_ret_offset
-
std::vector<StackShiftInfo> stack_shifts