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
5
6namespace arion
7{
8
17uint64_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
Definition arch_x86-64.hpp:11
uint64_t sys_getrandom(std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel)