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
5#include <vector>
6
7namespace arion
8{
9
15std::vector<BYTE> gen_random_bytes(std::size_t n);
16
17}; // namespace arion
18
19#endif // ARION_MATH_UTILS_HPP
Definition arch_x86-64.hpp:11
std::vector< BYTE > gen_random_bytes(std::size_t n)