objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

Data section contents not displayed when other side is empty

Open LagoLunatic opened this issue 10 months ago • 0 comments

If you try to view the target's data section before the base has that same section, then the target side won't show anything even though it does have data. Instead it prompts you to "Choose a base symbol":

Image

If you click on any symbol on the base side, then objdiff will just display whatever that symbol is on both sides.

This means that it's impossible to view the target's .rodata if the base has no .rodata, so you have to add some dummy data before objdiff will allow you to view it.

Version: 3.0.0-beta.6

LagoLunatic avatar Apr 13 '25 05:04 LagoLunatic