ghidra2dwarf icon indicating copy to clipboard operation
ghidra2dwarf copied to clipboard

Non-x86_64 output

Open Manouchehri opened this issue 3 years ago • 1 comments

Right now x86_64 is hardcoded, we should fetch the arch from Ghidra instead.

Manouchehri avatar Feb 14 '22 21:02 Manouchehri

I think the ABI name only affects relocations, which we're not using anyway since we are generating DWARF data for a finished binary. It might matter if we are generating DWARF for a .o file, but I don't think we really support that anyway.

As far as I can tell, the ABI name doesn't even show up in the output DWARF data in any way. For example, the current ghidra2dwarf works fine for ARM code (after the patch in #21).

nneonneo avatar May 25 '23 06:05 nneonneo