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

Structure holding the fully parsed register state for a thread retrieved from a core dump. More...

#include <lnx_arch_manager.hpp>

Public Member Functions

 PARSED_COREDUMP_THREAD ()
 

Public Attributes

std::unique_ptr< ELF_COREDUMP_THREADthread
 Unique pointer to the raw ELF thread data.
 
std::map< REG, RVALregs
 Map of Arion universal register IDs to their decoded register values.
 

Detailed Description

Structure holding the fully parsed register state for a thread retrieved from a core dump.

Constructor & Destructor Documentation

◆ PARSED_COREDUMP_THREAD()

arion::PARSED_COREDUMP_THREAD::PARSED_COREDUMP_THREAD ( )
inline

Builder for PARSED_COREDUMP_THREAD instances.

Member Data Documentation

◆ regs

std::map<REG, RVAL> arion::PARSED_COREDUMP_THREAD::regs

Map of Arion universal register IDs to their decoded register values.

◆ thread

std::unique_ptr<ELF_COREDUMP_THREAD> arion::PARSED_COREDUMP_THREAD::thread

Unique pointer to the raw ELF thread data.


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