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

Add DWARF support #55

Open
mahaloz opened this issue Feb 13, 2023 · 0 comments
Open

Add DWARF support #55

mahaloz opened this issue Feb 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mahaloz
Copy link
Owner

mahaloz commented Feb 13, 2023

It would be nice if you could completely export to a DWARF (for whatever reason). This is a hard problem for the following reasons:

  1. DWARF format changes (see v4 vs v5)
  2. We need to map EVERY address in a function to its decompilation line counterpart, which may just not exist depending on decompiler implementation
  3. We need to encode structs and other types in a lifted C form.

This will be a complex feature to support, but it may be possible if we fully integrate the BinSync backend for type-lifting.

@mahaloz mahaloz added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant