Skip to content

import_ghidra - don't create unneeded enum size variants #79

@quietust

Description

@quietust

When enum types are imported, the importer frequently creates versions of all sizes: 8-bit, 16-bit, 32-bit, and 64-bit. Most of these enum types are unneeded since they are never used - we should only import the ones which are actually referenced by enum fields with base-type attributes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions