dissect.cstruct_legacy
dissect.cstruct_legacy copied to clipboard
Structure with __attribute__((packed)) is not parsed and it is skipped
e.g.:
struct __attribute__((packed)) acMsgHeader
{
uint32_t messageUID;
};
Pushed PR