Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion::AUXV_PTRS Struct Reference

Structure holding allocated memory addresses for string data placed on the stack for AUXV. More...

#include <lnx_loader.hpp>

Public Attributes

ADDR random_addr
 Address of the random data (AT_RANDOM target).
 
ADDR prog_name_addr
 Address of the program path string (AT_EXECFN target).
 
ADDR platform_name_addr
 Address of the platform string (AT_PLATFORM target).
 

Detailed Description

Structure holding allocated memory addresses for string data placed on the stack for AUXV.

Member Data Documentation

◆ platform_name_addr

ADDR arion::AUXV_PTRS::platform_name_addr

Address of the platform string (AT_PLATFORM target).

◆ prog_name_addr

ADDR arion::AUXV_PTRS::prog_name_addr

Address of the program path string (AT_EXECFN target).

◆ random_addr

ADDR arion::AUXV_PTRS::random_addr

Address of the random data (AT_RANDOM target).


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