Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
mem_syscalls.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  arion
 

Macros

#define ARION_MMAP_MIN_ADDR   0x10000
 

Functions

uint64_t arion::sys_mmap (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_mmap2 (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_mprotect (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_munmap (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_brk (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 

Macro Definition Documentation

◆ ARION_MMAP_MIN_ADDR

#define ARION_MMAP_MIN_ADDR   0x10000