Vector35 / Vector35/binaryninja-api
Pointers are created as 64bit
Aperta
Nessuno ha ancora preso questa issue.
Arch: 6502
Component: Type Parser
Effort: Trivial
Impact: Low
- Lingua principale
- C++
- Stelle
- 1.3k
- Fork
- 298
- Merge medio
- 5g 5h
- PR unite (30g)
- 19
Descrizione
Pointers are created as 64 bit, instead of the expected 16bit, whether created via the UI with "y" or programmatically like this:
type = self.parse_type_string("void *vector");
self.define_data_var(0x8000, type[0])
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 reproducing the issue through the UI with "y" and with the supplied parse_type_string and define_data_var calls. Trace how the pointer width is selected and verify that the resulting pointer type is 16-bit rather than 64-bit in both paths.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp, python
- Ambito
- devtools, reverse-engineering
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100