afrantzis / bless

Bless - Gtk# Hex Editor
GNU General Public License v2.0
210 stars 38 forks source link

Feature request: Copy byte offset #15

Closed cweiske closed 5 years ago

cweiske commented 5 years ago

When taking notes during reverse engineering, I often need to copy relevant byte positions (offsets) to my notes.

It would be nice if I could right-click a byte and there was a "copy offset" context menu entry.

afrantzis commented 5 years ago

A useful feature indeed! 1296a73 adds support for copying the cursor offset or selection range offsets (if a selection is active). Available in the Edit menu, the right-click menu and also with the Ctrl+Shift+C shortcut. You can set the number base to use in the preferences. Enjoy!

cweiske commented 5 years ago

Thank you very much!