Since #118, it's become clear we do not support structs that have members at bit offsets: https://github.com/binsync/libbs/blob/ce1491713643c5cd4360ac1d77898e7e0b1c2264/libbs/decompilers/ida/compat.py#L1013 ## Tasks To close this issue, these things need to happen - [ ] Change the definition of `Struct` and `StructMember` Artifacts to be bit offsets for members - [ ] Update IDA Pro backend to support bits - [ ] Make new issues for each decompiler that does not have easy support for bit offsets in structs
Since #118, it's become clear we do not support structs that have members at bit offsets:
libbs/libbs/decompilers/ida/compat.py
Line 1013 in ce14917
Tasks
To close this issue, these things need to happen
StructandStructMemberArtifacts to be bit offsets for members