LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
LIEF::runtime::Linux::Host Class Reference

This class exposes Linux-specific host information. More...

#include <Host.hpp>

Static Public Member Functions

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).

Detailed Description

This class exposes Linux-specific host information.

Member Function Documentation

◆ 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: