Vector35 / Vector35/binaryninja-api
Variable Slices
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 1.3k
- Fork
- 298
- Merge medio
- 5g 5h
- PR unite (30g)
- 19
Descrizione
I think that #1974 faces a similar problem; wanting to know what happens to a variable during its lifetime in a function.
I think that a more expressive/informative version of that would be variable slices; showing a reduced version of HLIL/MLIL that contains only the expressions that affect a variable: assignments, reads, and the control-flow to get to those points, but not the instructions that solve/affect the control-flow conditions.
Sorta like this, but with the empty basic blocks removed:

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
Read issue #1974 alongside the HLIL and MLIL concepts described here, then define how a variable slice should represent assignments, reads, and the control flow reaching them. Done should include an agreed slice representation and behavior for removing empty basic blocks without including instructions that only compute control-flow conditions.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- reverse-engineering
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100