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

Missing type field names #30

Closed
rbran opened this issue Dec 23, 2024 · 2 comments · Fixed by #31
Closed

Missing type field names #30

rbran opened this issue Dec 23, 2024 · 2 comments · Fixed by #31

Comments

@rbran
Copy link
Collaborator

rbran commented Dec 23, 2024

Some fields appear to be missing:

Expected:

00000058  541. struct __attribute__((aligned(8))) MyStruct {_QWORD Value1;_QWORD Value2;std_vector_uchar Value3;};

Found:

00000058  541. struct __attribute__((aligned(8))) MyStruct {_QWORD;_QWORD;std_vector_uchar Value3;};

This don't seems to be a parsing problem, because the "field" value from til-type don't have any extra data.

Maybe this is taken from the cmt or similar fields.

@rbran rbran changed the title Missing field names Missing type field names Dec 23, 2024
@rbran
Copy link
Collaborator Author

rbran commented Jan 14, 2025

Fixed at some point with updated fields iterator improvements.

@emesare emesare linked a pull request Jan 14, 2025 that will close this issue
9 tasks
@emesare
Copy link
Member

emesare commented Jan 14, 2025

Added with #31

@emesare emesare closed this as completed Jan 14, 2025
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

Successfully merging a pull request may close this issue.

2 participants