Vector35 / Vector35/binaryninja-api

Makes it easier to navigate based on an RVA

Aperta
#4,733 5 commenti 2 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Component: UI Effort: Trivial Impact: Low
Lingua principale
C++
Stelle
1.3k
Fork
298
Merge medio
5g 5h
PR unite (30g)
19

Descrizione

PE and ELF files use a lot of RVAs in it. Right now, whenever the user wishes to navigate to it, he needs to add that address to the image base, and then press "G" to call up the "Go To Address" dialog, and then type the address in it. This is quite inconvenient. We should make it easier to do this.

An example of RVAs in exception info:

Screenshot 2023-11-08 at 2 34 10 PM

I propose two ways for it:

  • When an address token is double-clicked and a specific key is hold down (e.g., Shift), we treat the address as RVA and automatically add the image base to it before navigating
  • Add a checkbox in the "Go To Address" dialog to treat the address as RVA

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Review the address-token double-click handling and the Go To Address dialog mentioned in the issue. Choose a consistent RVA navigation path, then verify that an RVA resolves relative to the image base when invoked from the relevant UI.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
cpp
Ambito
reverse-engineering
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
35/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.