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

Show compiled debug info (DWARF, MDEBUG, ...) #1263

Open
karas84 opened this issue May 31, 2024 · 0 comments
Open

Show compiled debug info (DWARF, MDEBUG, ...) #1263

karas84 opened this issue May 31, 2024 · 0 comments

Comments

@karas84
Copy link

karas84 commented May 31, 2024

Is your feature request related to a problem? Please describe.
When decompiling code that has debug symbols, one would like the decompile it to match not only the original assembly but also it's generated debug info. An extra global variable could make the generated assembly match but that would generate a different debug info, hinting that the current solution is not 100% accurate.

Describe the solution you'd like
When generating the assembly, the generated debug info could also be displayed in a different tab next to the "Compilation" tab. This would need some kind of parsing of course. Something like CCC does for MDEBUG.

Describe alternatives you've considered
As of now, I compile the matched code on my machine (or use the one exported from decomp.me), extract and parse the debug info, and compare it with the original one.

Additional context
None

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

1 participant