Vector35 / Vector35/binaryninja-api
Section name column width in memory map widget should be wide enough to accomodate 16 characters.
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 1.3k
- Fork
- 298
- Merge medio
- 5g 5h
- PR unite (30g)
- 19
Descrizione
While ELF and PE are (supposedly?) limited to 8 bytes for section names, Mach-O allows 16, and Mach-O binaries very frequently make use of all 16 of them. Universally so in Objective-C binaries and libraries.
When trying to quickly jump to a specific __objc_class... or related section, this results in the following:

Which requires manually resizing the column every time a new view is opened. This quickly becomes a papercut when repeatedly opening views for multiple ObjC files.
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 locating the memory map widget and the code that initializes the section-name column width. Adjust the behavior so 16-character Mach-O section names are visible without manual resizing, then verify the result with a Mach-O binary containing long section names.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- desktop, reverse-engineering
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100