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

#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
 

Detailed Description

Definition at line 48 of file linux_debug.h.

Member Data Documentation

◆ eax

ut32 user_regs_struct_x86_32::eax

Definition at line 55 of file linux_debug.h.

◆ ebp

ut32 user_regs_struct_x86_32::ebp

Definition at line 54 of file linux_debug.h.

◆ ebx

ut32 user_regs_struct_x86_32::ebx

Definition at line 49 of file linux_debug.h.

◆ ecx

ut32 user_regs_struct_x86_32::ecx

Definition at line 50 of file linux_debug.h.

◆ edi

ut32 user_regs_struct_x86_32::edi

Definition at line 53 of file linux_debug.h.

◆ edx

ut32 user_regs_struct_x86_32::edx

Definition at line 51 of file linux_debug.h.

◆ eflags

ut32 user_regs_struct_x86_32::eflags

Definition at line 63 of file linux_debug.h.

Referenced by capstone.CsInsn::__gen_detail().

◆ eip

ut32 user_regs_struct_x86_32::eip

Definition at line 61 of file linux_debug.h.

◆ esi

ut32 user_regs_struct_x86_32::esi

Definition at line 52 of file linux_debug.h.

◆ esp

ut32 user_regs_struct_x86_32::esp

Definition at line 64 of file linux_debug.h.

◆ orig_eax

ut32 user_regs_struct_x86_32::orig_eax

Definition at line 60 of file linux_debug.h.

◆ xcs

ut32 user_regs_struct_x86_32::xcs

Definition at line 62 of file linux_debug.h.

◆ xds

ut32 user_regs_struct_x86_32::xds

Definition at line 56 of file linux_debug.h.

◆ xes

ut32 user_regs_struct_x86_32::xes

Definition at line 57 of file linux_debug.h.

◆ xfs

ut32 user_regs_struct_x86_32::xfs

Definition at line 58 of file linux_debug.h.

◆ xgs

ut32 user_regs_struct_x86_32::xgs

Definition at line 59 of file linux_debug.h.

◆ xss

ut32 user_regs_struct_x86_32::xss

Definition at line 65 of file linux_debug.h.


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