Skip to content

Import globals of type Pointer correctly into Ghidra #384

Description

@jonschz

Every global pointer is imported as a void *, e.g. g_isle in ISLE 0x00410030.

While all the information are there, they are lost when producing a condensed TypeInfo structure:

if obj.get("type") == "LF_POINTER":
return self.get(CVInfoTypeEnum.T_32PVOID)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    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