1 2018-03-29 01:00:10 <kallewoof> ProfMac: Turn hex string back into binary: std::vector<uint8_t> bin = ParseHex(string), then use that to initialize the CDataStream.
2 2018-03-29 01:01:21 <kallewoof> ProfMac: CDataStream stm(bin, SER_DISK, CLIENT_VERSION)
3 2018-03-29 02:07:42 <ProfMac> kallewoof, thanks.
4 2018-03-29 02:17:46 <ProfMac> it compiles.  ... drumroll
5 2018-03-29 02:39:30 <ProfMac> and an execution time dump.  I'll go read more.