fox-it/dissect.cstruct_legacy

Structure with __attribute__((packed)) is not parsed and it is skipped

Hadatko opened this issue · 1 comments

e.g.:

struct __attribute__((packed)) acMsgHeader
{
    uint32_t messageUID;              
};

Pushed PR