Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

PDB: Try to find pdb based on exe filename too

Cerrado
#8,557 0 comentarios 0 reacciones 1 asignado Ver en GitHub

@CouleeApps ya está trabajando en esto.

Desde el 16/9/2026.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

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

Lenguaje dominante
C++
Estrellas
1.3k
Forks
298
Merge medio
4 d 13 h
PR fusionados (30 d)
20

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de Vector35/binaryninja-api

Todos los issues de Vector35/binaryninja-api

Issues similares

Más issues de C++

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.