Closed GoogleCodeExporter closed 9 years ago
Original comment by evan.teran
on 4 Apr 2014 at 3:44
edb now has basic label support in the GUI. You can right click on any
instruction and give it a label. The UI will then refer to that address by the
label in the disassembly.
Some notes:
1. labels take higher precedence than symbols since the user has chosen to name
the address
2. labels only apply to code.
3. No two addresses may have the same label, but that's ok, because there are
essentially NO restrictions on what you can label the address. Heck, you can
probably shove some Unicode symbols in there ;-).
Eventually, labels should be saved and loaded with sessions, but not yet.
Original comment by evan.teran
on 31 Dec 2014 at 4:04
Original issue reported on code.google.com by
evan.teran
on 3 Oct 2012 at 3:22