Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Add a Goto-Offset action #4

@dbrodie

Description

@dbrodie

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:

  1. 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.
  2. 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-).

This is based on the pull request #3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions