reko icon indicating copy to clipboard operation
reko copied to clipboard

Disassembly window should take advantage of symbols if available

Open uxmal opened this issue 8 years ago • 0 comments

I am looking at disassembled machine code but all the addresses are meaningless. If I have symbols, instead of “jmp 0x12345678”, I 'd rather see “jmp my_procedure+0x234” in the disassembly window.

Of course this applies not only to symbols obtained from symbol files but also symbols provided by the user, e.g. when renaming procedures.

I also want a toggle switch "Show symbolic addresses" in the disassembly code window. Reko should remember my choice as a user preference so that when I restart Reko I don't have to reselect this.

uxmal avatar Apr 18 '17 17:04 uxmal