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
{{ message }}
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
A lot of file formats have embedded offsets in their structure. These offsets can be relative to the location of the offset (+/- a few bytes), or absolute from the beginning of the file. These offsets can also be of varying sizes (byte/word/dword/...). A user should be able to go to any of such offsets relatively easily.
A few options:
Goto offset is tackced on to the regular goto, based on the selection when goto is used - This is not good as it screws with the "Start Selection -> Goto -> Do operation (like cut) on selection" flow.
Add it as another action or another mode in the goto action - This can allow some nice UI preview.
Since this isn't a that common as a UI action, we can move it to the menu (Ctrl-).