Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown flag 0x8 in struct type attribute #23

Open
rbran opened this issue Dec 19, 2024 · 0 comments
Open

Unknown flag 0x8 in struct type attribute #23

rbran opened this issue Dec 19, 2024 · 0 comments
Assignees

Comments

@rbran
Copy link
Collaborator

rbran commented Dec 19, 2024

Structs have a 0x8 value in the type attribute.

Possibly related to the alignment value, seems to happen on types with packed att, but not always.

The unaligned att and 0x8 seems to indicate attribute__((packed)).
The cppobj seems [citation needed] to always include the 0x8;
The vftable seems [citation needed] to always include the 0x8;

@rbran rbran self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant