Vector35 / Vector35/binaryninja-api
Offer to hide variables that are removed by dead-store elimination in stack view and disassembly view
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 1.3k
- Fork
- 298
- Merge medio
- 5g 5h
- PR unite (30g)
- 19
Descrizione
Right now we show the variables removed by dead-store elimination with a dimmed color. Which is good in most cases, however, sometimes we might wish to have the removed completely.
I have seen a binary that, for unknown reason, always moves the frame pointer 0x1000 below the stack pointer (at the function entry). I do not exactly understand what is trying to do.
Right now it is causing an inconvenience that the useful part of the stack are all outside of the bottom of the view by default, and I have to scroll to it to see its content. If we can limit the stack to all the used vars, the situation would be much better
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
Start by inspecting the stack view and disassembly view handling for variables removed by dead-store elimination, including where their dimmed presentation is configured. Determine how a visibility option could apply to both views and verify that the useful stack range is shown when removed variables are hidden.
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