Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
file_system_manager.hpp File Reference
#include <arion/common/global_defs.hpp>
#include <map>
#include <memory>
#include <regex>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  arion::ARION_FILE
 Stores attributes related to a file which was opened during emulation. More...
 
class  arion::ProcFSManager
 This class is used to emulate the behavior of the procfs filesystem. More...
 
class  arion::FileSystemManager
 This class is used to emulate interactions with the rootfs specified by user. More...
 

Namespaces

namespace  arion
 

Functions

std::vector< BYTEarion::serialize_arion_file (ARION_FILE *arion_f)
 
ARION_FILEarion::deserialize_arion_file (std::vector< BYTE > srz_file)