Rizin
unix-like reverse engineering framework and cli tools
x86_thread_state64 Struct Reference

#include <mach0_specs.h>

Public Attributes

ut64 rax
 
ut64 rbx
 
ut64 rcx
 
ut64 rdx
 
ut64 rdi
 
ut64 rsi
 
ut64 rbp
 
ut64 rsp
 
ut64 r8
 
ut64 r9
 
ut64 r10
 
ut64 r11
 
ut64 r12
 
ut64 r13
 
ut64 r14
 
ut64 r15
 
ut64 rip
 
ut64 rflags
 
ut64 cs
 
ut64 fs
 
ut64 gs
 

Detailed Description

Definition at line 47 of file mach0_specs.h.

Member Data Documentation

◆ cs

ut64 x86_thread_state64::cs

Definition at line 66 of file mach0_specs.h.

◆ fs

ut64 x86_thread_state64::fs

Definition at line 67 of file mach0_specs.h.

◆ gs

ut64 x86_thread_state64::gs

Definition at line 68 of file mach0_specs.h.

◆ r10

ut64 x86_thread_state64::r10

Definition at line 58 of file mach0_specs.h.

◆ r11

ut64 x86_thread_state64::r11

Definition at line 59 of file mach0_specs.h.

◆ r12

ut64 x86_thread_state64::r12

Definition at line 60 of file mach0_specs.h.

◆ r13

ut64 x86_thread_state64::r13

Definition at line 61 of file mach0_specs.h.

◆ r14

ut64 x86_thread_state64::r14

Definition at line 62 of file mach0_specs.h.

◆ r15

ut64 x86_thread_state64::r15

Definition at line 63 of file mach0_specs.h.

◆ r8

ut64 x86_thread_state64::r8

Definition at line 56 of file mach0_specs.h.

◆ r9

ut64 x86_thread_state64::r9

Definition at line 57 of file mach0_specs.h.

◆ rax

ut64 x86_thread_state64::rax

Definition at line 48 of file mach0_specs.h.

◆ rbp

ut64 x86_thread_state64::rbp

Definition at line 54 of file mach0_specs.h.

◆ rbx

ut64 x86_thread_state64::rbx

Definition at line 49 of file mach0_specs.h.

◆ rcx

ut64 x86_thread_state64::rcx

Definition at line 50 of file mach0_specs.h.

◆ rdi

ut64 x86_thread_state64::rdi

Definition at line 52 of file mach0_specs.h.

◆ rdx

ut64 x86_thread_state64::rdx

Definition at line 51 of file mach0_specs.h.

◆ rflags

ut64 x86_thread_state64::rflags

Definition at line 65 of file mach0_specs.h.

◆ rip

ut64 x86_thread_state64::rip

Definition at line 64 of file mach0_specs.h.

◆ rsi

ut64 x86_thread_state64::rsi

Definition at line 53 of file mach0_specs.h.

◆ rsp

ut64 x86_thread_state64::rsp

Definition at line 55 of file mach0_specs.h.


The documentation for this struct was generated from the following file: