dispar
dispar copied to clipboard
Visual indicators of jumps
In the main view it would be nice if jumps (relative and absolute) were shown visually, like with an arrow or something. It would be even better if it points to the address it will jump to: Imagine having a jump that happens on the same current viewable portion of the binary and with an arrow from the jump to the address.
In all cases, right-clicking on a jump should expose the "Jump to address X" context action, where X is the resolved, absolute address. It should also have "Copy absolute address" (for both relative and absolute) and "Copy relative offset" (only for relative).