Struct frida_gum::interceptor::InvocationContext[][src]

pub struct InvocationContext<'a> { /* fields omitted */ }
Expand description

Represents the processor state when an InvocationListener is entered.

Implementations

Point at which the InvocationContext exists.

Get a numbered argument from the processor context, determined by the platform calling convention.

Set a numbered argument in the processor context, determined by the platform calling convention.

Get the value of the register used for the platform calling convention’s return value.

Set the value of the register used for the platform calling convention’s return value.

Get the destination address after the function returns.

Get the replacement_data passed at replace time.

Get the thread ID of the currently executing function.

Get the number of recursive interceptor invocations.

Get the CpuContext at the time of invocation.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.