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

#include <mach0_specs.h>

Public Attributes

ut32 eax
 
ut32 ebx
 
ut32 ecx
 
ut32 edx
 
ut32 edi
 
ut32 esi
 
ut32 ebp
 
ut32 esp
 
ut32 ss
 
ut32 eflags
 
ut32 eip
 
ut32 cs
 
ut32 ds
 
ut32 es
 
ut32 fs
 
ut32 gs
 

Detailed Description

Definition at line 28 of file mach0_specs.h.

Member Data Documentation

◆ cs

ut32 x86_thread_state32::cs

Definition at line 40 of file mach0_specs.h.

◆ ds

ut32 x86_thread_state32::ds

Definition at line 41 of file mach0_specs.h.

◆ eax

ut32 x86_thread_state32::eax

Definition at line 29 of file mach0_specs.h.

◆ ebp

ut32 x86_thread_state32::ebp

Definition at line 35 of file mach0_specs.h.

◆ ebx

ut32 x86_thread_state32::ebx

Definition at line 30 of file mach0_specs.h.

◆ ecx

ut32 x86_thread_state32::ecx

Definition at line 31 of file mach0_specs.h.

◆ edi

ut32 x86_thread_state32::edi

Definition at line 33 of file mach0_specs.h.

◆ edx

ut32 x86_thread_state32::edx

Definition at line 32 of file mach0_specs.h.

◆ eflags

ut32 x86_thread_state32::eflags

Definition at line 38 of file mach0_specs.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ eip

ut32 x86_thread_state32::eip

Definition at line 39 of file mach0_specs.h.

◆ es

ut32 x86_thread_state32::es

Definition at line 42 of file mach0_specs.h.

◆ esi

ut32 x86_thread_state32::esi

Definition at line 34 of file mach0_specs.h.

◆ esp

ut32 x86_thread_state32::esp

Definition at line 36 of file mach0_specs.h.

◆ fs

ut32 x86_thread_state32::fs

Definition at line 43 of file mach0_specs.h.

◆ gs

ut32 x86_thread_state32::gs

Definition at line 44 of file mach0_specs.h.

◆ ss

ut32 x86_thread_state32::ss

Definition at line 37 of file mach0_specs.h.


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