Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 28 of file mach0_specs.h.
ut32 x86_thread_state32::cs |
Definition at line 40 of file mach0_specs.h.
ut32 x86_thread_state32::ds |
Definition at line 41 of file mach0_specs.h.
ut32 x86_thread_state32::eax |
Definition at line 29 of file mach0_specs.h.
ut32 x86_thread_state32::ebp |
Definition at line 35 of file mach0_specs.h.
ut32 x86_thread_state32::ebx |
Definition at line 30 of file mach0_specs.h.
ut32 x86_thread_state32::ecx |
Definition at line 31 of file mach0_specs.h.
ut32 x86_thread_state32::edi |
Definition at line 33 of file mach0_specs.h.
ut32 x86_thread_state32::edx |
Definition at line 32 of file mach0_specs.h.
ut32 x86_thread_state32::eflags |
Definition at line 38 of file mach0_specs.h.
Referenced by capstone.CsInsn::__gen_detail().
ut32 x86_thread_state32::eip |
Definition at line 39 of file mach0_specs.h.
ut32 x86_thread_state32::es |
Definition at line 42 of file mach0_specs.h.
ut32 x86_thread_state32::esi |
Definition at line 34 of file mach0_specs.h.
ut32 x86_thread_state32::esp |
Definition at line 36 of file mach0_specs.h.
ut32 x86_thread_state32::fs |
Definition at line 43 of file mach0_specs.h.
ut32 x86_thread_state32::gs |
Definition at line 44 of file mach0_specs.h.
ut32 x86_thread_state32::ss |
Definition at line 37 of file mach0_specs.h.