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.
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.
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.