Mahlet-Inc / Mahlet-Inc/hobbits

Byte/offset navigation for large binaries

Open
#135 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
Dominant language
Python
Stars
751
Forks
49
PR merge metrics
No merged PRs in 30d

Description

Attempting to examine large quantities of data (gigabytes) is cumbersome since most of the display views work in lines of 256 bits, so it would be very handy to be able to know the byte offset within the data (perhaps a bar across all data views indicating the current location) and to be able to easily jump to a specific offset (not necessarily a known bit of data, just a specific position). This may already be achievable using one of the modes of existing plugins, but it wasn't self-evident or easily accessible (in the program or in the help). At the moment the process seems to require choosing the rough location in the overview of the data and then scrolling (possibly large amounts, with very big data files) to find the wanted location (after having calculated the line number needed from the offset).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by locating the existing data views, overview navigation, and plugin or help modes; determine how offsets and scrolling are currently represented. Done means users can see their byte position and jump directly to a specified offset in large binary data.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, python
Domain
desktop-dev, reverse-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.