Vector35 / Vector35/binaryninja-api
Incorrect stack variable tracking in x86 Windows PE
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 1.3k
- Fork
- 298
- Merge medio
- 5g 5h
- PR unite (30g)
- 19
Descrizione
Binary: numeric mirror sees sharply
We can see that volumeSerialNumber appears to have been obtained but never used again, and down a little bit there is a call
sub_4091c8(&ebp_1[-5], 8)
In which ebp_1[-5] is actually the volumeSerialNumber. I do not know what exactly is causing the issue, but it is likely related to stack pointer/variable tracking
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 examining the reported x86 Windows PE binary, numeric mirror sees sharply, and the stack-variable tracking around sub_4091c8(&ebp_1[-5], 8). Confirm why ebp_1[-5] is not associated with volumeSerialNumber; done means the decompilation correctly tracks that variable and its later use.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- reverse-engineering
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100