Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 482 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 482 Bytes

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.