netadr / GhidraScripts

My collection of Ghidra scripts (CastXML type info importer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GhidraCastXML

Import CastXML files into Ghidra.

This will import classes, structures, unions, typedefs, enums, and functions.

How To Use

  1. Open a project in Ghidra.
  2. Run GhidraCastXML.py from the Script Manager.
  3. Choose an input CastXML file.
  4. Choose an output Ghidra GDT file.
  5. If successful, GhidraCastXML will load all data types from the input CastXML file and store them into the output GDT file.
  6. Open the GDT file into Ghidra through the Data Type Manager.

About

My collection of Ghidra scripts (CastXML type info importer)


Languages

Language:Python 100.0%