You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":
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.