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

Structure holding attributes extracted from an ELF core dump, primarily threads' register states. More...

#include <elf_parser.hpp>

Public Attributes

std::vector< std::unique_ptr< ELF_COREDUMP_THREAD > > threads
 List of threads extracted from the core dump.
 

Detailed Description

Structure holding attributes extracted from an ELF core dump, primarily threads' register states.

Member Data Documentation

◆ threads

std::vector<std::unique_ptr<ELF_COREDUMP_THREAD> > arion::ELF_COREDUMP_ATTRS::threads

List of threads extracted from the core dump.


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