|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <CorePrPsInfo.hpp>
Public Member Functions | |
| std::string | filename_stripped () const |
| Initial part of the arguments. | |
| std::string | args_stripped () const |
| Return the args without the ending \x00. | |
Public Attributes | |
| 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. | |
|
inline |
Return the args without the ending \x00.
References args.
|
inline |
| std::string LIEF::ELF::CorePrPsInfo::info_t::args |
Filename of the executable.
Referenced by args_stripped().
| std::string LIEF::ELF::CorePrPsInfo::info_t::filename |
Process session id.
Referenced by filename_stripped().
| uint64_t LIEF::ELF::CorePrPsInfo::info_t::flag = 0 |
Nice value.
| uint32_t LIEF::ELF::CorePrPsInfo::info_t::gid = 0 |
Process user ID.
| uint8_t LIEF::ELF::CorePrPsInfo::info_t::nice = 0 |
Whether the process is a zombie.
| uint32_t LIEF::ELF::CorePrPsInfo::info_t::pgrp = 0 |
Process parent ID.
| uint32_t LIEF::ELF::CorePrPsInfo::info_t::pid = 0 |
Process group ID.
| uint32_t LIEF::ELF::CorePrPsInfo::info_t::ppid = 0 |
Process ID.
| uint32_t LIEF::ELF::CorePrPsInfo::info_t::sid = 0 |
Process group.
| char LIEF::ELF::CorePrPsInfo::info_t::sname = ' ' |
Numeric process state.
| uint8_t LIEF::ELF::CorePrPsInfo::info_t::state = 0 |
| uint32_t LIEF::ELF::CorePrPsInfo::info_t::uid = 0 |
Process flag.
| bool LIEF::ELF::CorePrPsInfo::info_t::zombie = false |
printable character representing state