retdec
Public Attributes | List of all members
retdec::fileformat::PrStatusInfo Class Reference

#include <elf_core.h>

Collaboration diagram for retdec::fileformat::PrStatusInfo:
Collaboration graph
[legend]

Public Attributes

std::uint64_t pid
 process ID More...
 
std::uint64_t ppid
 parent process ID More...
 
RegisterMap registers
 registers state More...
 

Detailed Description

Class representing one NT_PRSTATUS note

Note
This structure is far from complete but we will add support only for things we can use somehow for decompilation purposes.

Member Data Documentation

◆ pid

std::uint64_t retdec::fileformat::PrStatusInfo::pid

process ID

◆ ppid

std::uint64_t retdec::fileformat::PrStatusInfo::ppid

parent process ID

◆ registers

RegisterMap retdec::fileformat::PrStatusInfo::registers

registers state


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