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

ghidra: some 16-bit enums should have 32-bit versions #32

Open
ab9rf opened this issue Feb 11, 2023 · 0 comments
Open

ghidra: some 16-bit enums should have 32-bit versions #32

ab9rf opened this issue Feb 11, 2023 · 0 comments

Comments

@ab9rf
Copy link
Member

ab9rf commented Feb 11, 2023

There's any number of enums (e.g. job_type) that we have defined as 16-bit but which are often handled internally as 32-bit. Having them defined only as 16-bit enums makes marking up decompiled code harder.

import_df_structures should therefore probably create a 32-bit version for any enum that is officially sized as 16-bit.

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