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

import_df_structures: add types support #36

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Conversation

ab9rf
Copy link
Member

@ab9rf ab9rf commented Aug 6, 2023

add support for stl-mutex, stl-condition-variable, stl-future, ulong, and size_t types recently added to codegen, see DFHack/df-structures#622, DFHack/df-structures#630

also removed forced auto-analysis after import as the reason it was there originally no longer obtains

this closes #35

add support for `stl-mutex`, `stl-condition-variable`, `stl-future`, `ulong`, and `size_t` types recently added to codegen

also removed forced auto-analysis after import as the reason it was there originally no longer obtains
ghidra/import_df_structures.java Outdated Show resolved Hide resolved
Copy link
Member

@lethosor lethosor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tracked down the sizes for 32-bit GCC if they interest you.

ghidra/import_df_structures.java Outdated Show resolved Hide resolved
ghidra/import_df_structures.java Outdated Show resolved Hide resolved
ghidra/import_df_structures.java Outdated Show resolved Hide resolved
updated linux 32-bit sizes, other minor changes
@myk002 myk002 merged commit 2e973ec into DFHack:master Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

ghidra importer needs to be updated to support new codegen types
3 participants