Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-x86_64 output #16

Open
Manouchehri opened this issue Feb 14, 2022 · 1 comment
Open

Non-x86_64 output #16

Manouchehri opened this issue Feb 14, 2022 · 1 comment

Comments

@Manouchehri
Copy link

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

@nneonneo
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants