Vector35 / Vector35/binaryninja-api

PDB: Try to find pdb based on exe filename too

Open
#8,557 0 comments 0 reactions 1 assignee View on GitHub

@CouleeApps is already working on this.

Since Sep 16, 2026.

DebugInfo: PDB
Dominant language
C++
Stars
1.3k
Forks
298
Avg merge
5d 5h
Merged PRs (30d)
19

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.