Vector35 / Vector35/binaryninja-api
Makes it easier to navigate based on an RVA
Nessuno ha ancora preso questa issue.
- 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:
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
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- 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