Arion
1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
Loading...
Searching...
No Matches
misc_syscalls.hpp
Go to the documentation of this file.
1
#ifndef ARION_MISC_SYSCALLS_HPP
2
#define ARION_MISC_SYSCALLS_HPP
3
4
#include <
arion/platforms/linux/lnx_syscall_manager.hpp
>
5
6
namespace
arion
7
{
8
17
uint64_t
sys_getrandom
(std::shared_ptr<Arion>
arion
, std::vector<SYS_PARAM> params,
bool
&cancel);
18
19
};
// namespace arion
20
21
#endif
// ARION_MISC_SYSCALLS_HPP
lnx_syscall_manager.hpp
arion
Definition
arch_x86-64.hpp:11
arion::sys_getrandom
uint64_t sys_getrandom(std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)
include
arion
platforms
linux
syscalls
misc_syscalls.hpp
Generated by
1.9.8