[][src]Module frida_rs::cpu

Structures to access a CPU context.

The structures in this module give access to the values of a CPU register at various points in Frida usage. As registers are architecture dependent, Frida APIs will return a CpuContext has to be unwrapped to the appropriate struct.

Structs

Arm64CpuContext
ArmCpuContext
Ia32CpuContext
MipsCpuContext
PortableCpuContext
X64CpuContext

Enums

CpuContext