#pragma once #include const std::string socket_name = "/tmp/openle.socket"; struct __attribute__((packed, aligned(4))) BinaryLoadMessage { uint32_t binary_size; uint32_t base_address; uint32_t eip; };