This class exposes Linux-specific host information.
More...
#include <Host.hpp>
|
| static std::string | sys_name () |
| | Operating system name (e.g., Linux).
|
| static std::string | sys_release () |
| | Operating system release (e.g., 2.6.28).
|
| static std::string | sys_version () |
| | Operating system version.
|
| static std::string | hardware () |
| | Hardware type identifier (e.g., x86_64).
|
This class exposes Linux-specific host information.
◆ hardware()
| std::string LIEF::runtime::Linux::Host::hardware |
( |
| ) |
|
|
static |
Hardware type identifier (e.g., x86_64).
◆ sys_name()
| std::string LIEF::runtime::Linux::Host::sys_name |
( |
| ) |
|
|
static |
Operating system name (e.g., Linux).
◆ sys_release()
| std::string LIEF::runtime::Linux::Host::sys_release |
( |
| ) |
|
|
static |
Operating system release (e.g., 2.6.28).
◆ sys_version()
| std::string LIEF::runtime::Linux::Host::sys_version |
( |
| ) |
|
|
static |
Operating system version.
The documentation for this class was generated from the following file: