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

Support bit offsets in struct members (IDA) #119

Open
3 tasks
mahaloz opened this issue Oct 1, 2024 · 0 comments
Open
3 tasks

Support bit offsets in struct members (IDA) #119

mahaloz opened this issue Oct 1, 2024 · 0 comments

Comments

@mahaloz
Copy link
Member

mahaloz commented Oct 1, 2024

Since #118, it's become clear we do not support structs that have members at bit offsets:

# TODO: warning if offset is not a multiple of 8 (a bit offset), we are in trouble

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant