Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

PDB: Try to find pdb based on exe filename too

Chiusa
#8,557 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@CouleeApps ci sta già lavorando.

Dal 16/9/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

DebugInfo: PDB

What is the feature you'd like to have?
I want, when loading an exe/dll, for the PDB loader to search for a pdb file with the same filename as my binary, in addition to whatever pdb name exists in the pdb info section in the binary. That way, if I've renamed foo.exe to bar.exe, it will look for foo.pdb (as specified in the binary based on the original file name) and also bar.pdb (because that's the name of the file now).

Is your feature request related to a problem?
I want to have many copies of the same dll in the same folder, renamed so I can tell which is which, but still be able to load their pdb file without having to specify its path manually.

Are any alternative solutions acceptable?
I could restructure my file organization, which defeats the purpose of the organization. I could manually specify the pdb load path every time, which is tedious.

Additional Information:
As requested by an enterprise customer

Lingua principale
C++
Stelle
1.3k
Fork
298
Merge medio
4g 13h
PR unite (30g)
20

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.