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