Rizin
unix-like reverse engineering framework and cli tools
|
#include <linux_debug.h>
Public Attributes | |
ut32 | ebx |
ut32 | ecx |
ut32 | edx |
ut32 | esi |
ut32 | edi |
ut32 | ebp |
ut32 | eax |
ut32 | xds |
ut32 | xes |
ut32 | xfs |
ut32 | xgs |
ut32 | orig_eax |
ut32 | eip |
ut32 | xcs |
ut32 | eflags |
ut32 | esp |
ut32 | xss |
Definition at line 48 of file linux_debug.h.
ut32 user_regs_struct_x86_32::eax |
Definition at line 55 of file linux_debug.h.
ut32 user_regs_struct_x86_32::ebp |
Definition at line 54 of file linux_debug.h.
ut32 user_regs_struct_x86_32::ebx |
Definition at line 49 of file linux_debug.h.
ut32 user_regs_struct_x86_32::ecx |
Definition at line 50 of file linux_debug.h.
ut32 user_regs_struct_x86_32::edi |
Definition at line 53 of file linux_debug.h.
ut32 user_regs_struct_x86_32::edx |
Definition at line 51 of file linux_debug.h.
ut32 user_regs_struct_x86_32::eflags |
Definition at line 63 of file linux_debug.h.
Referenced by capstone.CsInsn::__gen_detail().
ut32 user_regs_struct_x86_32::eip |
Definition at line 61 of file linux_debug.h.
ut32 user_regs_struct_x86_32::esi |
Definition at line 52 of file linux_debug.h.
ut32 user_regs_struct_x86_32::esp |
Definition at line 64 of file linux_debug.h.
ut32 user_regs_struct_x86_32::orig_eax |
Definition at line 60 of file linux_debug.h.
ut32 user_regs_struct_x86_32::xcs |
Definition at line 62 of file linux_debug.h.
ut32 user_regs_struct_x86_32::xds |
Definition at line 56 of file linux_debug.h.
ut32 user_regs_struct_x86_32::xes |
Definition at line 57 of file linux_debug.h.
ut32 user_regs_struct_x86_32::xfs |
Definition at line 58 of file linux_debug.h.
ut32 user_regs_struct_x86_32::xgs |
Definition at line 59 of file linux_debug.h.
ut32 user_regs_struct_x86_32::xss |
Definition at line 65 of file linux_debug.h.