#include <CorePrPsInfo.hpp>
|
uint8_t | state = 0 |
|
char | sname = ' ' |
| Numeric process state.
|
|
bool | zombie = false |
| printable character representing state
|
|
uint8_t | nice = 0 |
| Whether the process is a zombie.
|
|
uint64_t | flag = 0 |
| Nice value.
|
|
uint32_t | uid = 0 |
| Process flag.
|
|
uint32_t | gid = 0 |
| Process user ID.
|
|
uint32_t | pid = 0 |
| Process group ID.
|
|
uint32_t | ppid = 0 |
| Process ID.
|
|
uint32_t | pgrp = 0 |
| Process parent ID.
|
|
uint32_t | sid = 0 |
| Process group.
|
|
std::string | filename |
| Process session id.
|
|
std::string | args |
| Filename of the executable.
|
|
◆ args_stripped()
std::string LIEF::ELF::CorePrPsInfo::info_t::args_stripped |
( |
| ) |
const |
|
inline |
Return the args without the ending \x00
◆ filename_stripped()
std::string LIEF::ELF::CorePrPsInfo::info_t::filename_stripped |
( |
| ) |
const |
|
inline |
Initial part of the arguments.
Return the filename without the ending \x00
◆ args
std::string LIEF::ELF::CorePrPsInfo::info_t::args |
Filename of the executable.
◆ filename
std::string LIEF::ELF::CorePrPsInfo::info_t::filename |
◆ flag
uint64_t LIEF::ELF::CorePrPsInfo::info_t::flag = 0 |
◆ gid
uint32_t LIEF::ELF::CorePrPsInfo::info_t::gid = 0 |
◆ nice
uint8_t LIEF::ELF::CorePrPsInfo::info_t::nice = 0 |
Whether the process is a zombie.
◆ pgrp
uint32_t LIEF::ELF::CorePrPsInfo::info_t::pgrp = 0 |
◆ pid
uint32_t LIEF::ELF::CorePrPsInfo::info_t::pid = 0 |
◆ ppid
uint32_t LIEF::ELF::CorePrPsInfo::info_t::ppid = 0 |
◆ sid
uint32_t LIEF::ELF::CorePrPsInfo::info_t::sid = 0 |
◆ sname
char LIEF::ELF::CorePrPsInfo::info_t::sname = ' ' |
◆ state
uint8_t LIEF::ELF::CorePrPsInfo::info_t::state = 0 |
◆ uid
uint32_t LIEF::ELF::CorePrPsInfo::info_t::uid = 0 |
◆ zombie
bool LIEF::ELF::CorePrPsInfo::info_t::zombie = false |
printable character representing state
The documentation for this struct was generated from the following file: