Structure holding the key load addresses of the emulated process. More...
#include <lnx_loader.hpp>
Public Attributes | |
| ADDR | load_address |
| Base address where the main executable was loaded. | |
| ADDR | interp_address |
| Base address where the dynamic interpreter was loaded. | |
| ADDR | vvar_address |
| Base address where the VVAR page was mapped. | |
| ADDR | vdso_address |
| Base address where the VDSO page was mapped. | |
| ADDR | stack_address |
| Base address of the program stack. | |
| ADDR | vsyscall_address |
| Base address of the VSYSCALL page. | |
| ADDR | arm_traps_address |
| Base address of the ARM traps page (32-bit ARM specific). | |
Structure holding the key load addresses of the emulated process.
| ADDR arion::LNX_LOADER_PARAMS::arm_traps_address |
Base address of the ARM traps page (32-bit ARM specific).
| ADDR arion::LNX_LOADER_PARAMS::interp_address |
Base address where the dynamic interpreter was loaded.
| ADDR arion::LNX_LOADER_PARAMS::load_address |
Base address where the main executable was loaded.
| ADDR arion::LNX_LOADER_PARAMS::stack_address |
Base address of the program stack.
| ADDR arion::LNX_LOADER_PARAMS::vdso_address |
Base address where the VDSO page was mapped.
| ADDR arion::LNX_LOADER_PARAMS::vsyscall_address |
Base address of the VSYSCALL page.
| ADDR arion::LNX_LOADER_PARAMS::vvar_address |
Base address where the VVAR page was mapped.