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

Go to the source code of this file.

Namespaces

namespace  arion
 

Functions

uint64_t arion::sys_rt_sigaction (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_rt_sigreturn (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_sigreturn (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_pause (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_wait4 (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_kill (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_tgkill (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
 
uint64_t arion::sys_waitid (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)