Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_arm::pt_regs Struct Reference

Structure represents the ARM processor's register state as saved on the stack by the Linux kernel. More...

#include <lnx_arch_arm.hpp>

Public Attributes

unsigned long uregs [18]
 Array containing the core general-purpose and system registers (R0-R15, SP, LR, PC, CPSR, etc.)
 

Detailed Description

Structure represents the ARM processor's register state as saved on the stack by the Linux kernel.

Member Data Documentation

◆ uregs

unsigned long arion_lnx_arm::pt_regs::uregs[18]

Array containing the core general-purpose and system registers (R0-R15, SP, LR, PC, CPSR, etc.)


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