Struct PushIndirectPivot

Inheritance Relationships

Base Type

Struct Documentation

struct PushIndirectPivot : public Pivot

Represents a push indirect pivot gadget.

Public Members

IndirectType indirect_type

The type of indirect jump (JMP or CALL).

RegisterUsage push_reg

Information about the register being pushed onto the stack.

RegisterUsage indirect_reg

Information about the register containing the indirect address.

int64_t next_rip_offset

The offset from the indirect register’s value to the next instruction pointer.

uint64_t address