#pragma once #include std::string addrToHex(void* addr); std::string constAddrToHex(const void* addr);