Clean up anonymous type names in type libraries

Aperta
#7,764 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

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

Direzione di ricerca

Start in the type library generation path that uses the clang type parser, and trace how anonymous types receive names. Done means generated platform and other type libraries no longer expose conflicting anonymous_XX names, using relevant names or a namespace; the issue does not identify specific files or tests.

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

Descrizione

Component: Type Libraries

Version and Platform (required):

  • Binary Ninja Version: 5.3.something

Bug Description:
Various type libraries have types named anonymous_XX for XX in the range of 0 to like 2800. Windows platform types have types named anonymous_XX for XX in the range 0 to 81. These types are artifacts of using the clang type parser to parse headers to generate type libraries and platform types, and their names can (and likely do) conflict with other type libraries generated in a similar manner. We should update the type library generation to rename these types, ideally to something relevant, but at least to namespace them so they won't conflict.

CC #7587

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.