Arion
1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
Loading...
Searching...
No Matches
math_utils.hpp
Go to the documentation of this file.
1
#ifndef ARION_MATH_UTILS_HPP
2
#define ARION_MATH_UTILS_HPP
3
4
#include <
arion/common/global_defs.hpp
>
5
#include <vector>
6
7
namespace
arion
8
{
9
15
std::vector<BYTE>
gen_random_bytes
(std::size_t n);
16
17
};
// namespace arion
18
19
#endif
// ARION_MATH_UTILS_HPP
global_defs.hpp
arion
Definition
arch_x86-64.hpp:11
arion::gen_random_bytes
std::vector< BYTE > gen_random_bytes(std::size_t n)
include
arion
utils
math_utils.hpp
Generated by
1.9.8