No progress bar shown when parsing BinaryView headers

Aperta
#2,604 1 commento 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
38/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
cpp

Direzione di ricerca

Start at BinaryView::Init and trace the binary-opening flow to find where header parsing occurs relative to progress-bar creation and percentage updates. Reproduce with a large binary, then verify that the progress bar appears before header parsing and includes that work in its percentage; assess separately whether background-thread parsing is feasible.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Component: UI Effort: Low Impact: Medium

When opening a binary, the header is parsed (BinaryView::Init) on the UI thread before a progress bar appears. In cases of large binaries, this can take tens of seconds during which the UI is unresponsive and no indication of progress is shown.

We should show the progress bar before parsing the headers, and include it in the progress percentage. Optionally, we should parse it on a background thread so the UI thread does not hang.

Lingua principale
C++
Stelle
1.3k
Fork
298
Merge medio
5g 5h
PR unite (30g)
19

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Vector35/binaryninja-api

Tutte le issue di Vector35/binaryninja-api

Issue simili

Altre issue su C++

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.