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

Go to the source code of this file.

Classes

struct  arion::ARION_SOCKET
 This structure holds data about a UNIX socket. More...
 
class  arion::SocketManager
 

Namespaces

namespace  arion
 

Functions

std::vector< BYTEarion::serialize_arion_socket (ARION_SOCKET *arion_s)
 
ARION_SOCKETarion::deserialize_arion_socket (std::vector< BYTE > srz_socket)