#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< BYTE > | arion::serialize_arion_file (ARION_FILE *arion_f) |
| ARION_FILE * | arion::deserialize_arion_file (std::vector< BYTE > srz_file) |