Skip to content

Instantly share code, notes, and snippets.

It seems to me you should at least be able to avoid figuring out all the different buffer offsets and field types.
maybe something like this?
struct stuff_t
{
std::uint16_t a;
float b;
std::uint64_t c;
// ...