Vector35 / Vector35/debugger

Support syncing a view with the value of an expression

Open
#468 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Impact: Medium register UI
Dominant language
C++
Stars
331
Forks
33
PR merge metrics
No merged PRs in 30d

Description

People wish to be able to sync the hex/linear view with the value of a registry, commonly rsp or rbp. We can extend this to the value of any expressions since the value of a register can already be evaluated as an expression.

I am not sure the best route to implement this. Right now the debugger is using BN native views, and these do not have the ability to sync with a value. Subclassing these might be the best approach, but I am not sure how easy/difficult it is.

Contributor guide

No contributing guide indexed for this repository

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

Start by examining how the debugger currently creates BN native hex and linear views, then trace how register values are evaluated as expressions. Compare the available view APIs with the proposed subclassing approach. Done means a hex or linear view can sync with the value of an arbitrary expression, including rsp or rbp.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
devtools, 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.