Ghidra: Export names to IDA, Import from IDA

Created on 12 Mar 2019  路  3Comments  路  Source: NationalSecurityAgency/ghidra

How can I export names to ida from ghidra and import the same? I tried export c header but ida returns syntax errors. It would be good to work between the two.

Question

Most helpful comment

Make sure to copy all the python files into the respective IDA Pro folders, not just the plugins. Then just do Edit -> Plugins -> XML Exporter and export the IDA database to an XML file. Drag and drop this XML file into your Ghidra project.

All 3 comments

See ${GHIDRA_DIR}/Extensions/IDAPro/ directory for plugins.

Make sure to copy all the python files into the respective IDA Pro folders, not just the plugins. Then just do Edit -> Plugins -> XML Exporter and export the IDA database to an XML file. Drag and drop this XML file into your Ghidra project.

Amazing, it actually worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

astrelsky picture astrelsky  路  3Comments

rrivera1849 picture rrivera1849  路  3Comments

ghost picture ghost  路  3Comments

gemini00 picture gemini00  路  3Comments

Barakat picture Barakat  路  3Comments