Struct Pivots

Struct Documentation

struct Pivots

A collection of different types of pivot gadgets.

Public Members

std::vector<OneGadgetPivot> one_gadgets

A vector of one-gadget pivots.

std::vector<PushIndirectPivot> push_indirects

A vector of push indirect pivots.

std::vector<PopRspPivot> pop_rsps

A vector of pop RSP pivots.

std::vector<StackShiftPivot> stack_shifts

A vector of stack shifting pivots.