-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDB found, but could not be loaded (E_PDB_MAX) #353
Comments
Hi @DefaultRyan , sorry for the delay. |
I believe in previous versions of BinSkim, this returned an easier-to-understand error "(Pdb is stripped of cv (CodeView) info)". |
Hi @CurtHagenlocher , with the PR marked above we fixed this issue. |
Hi @DefaultRyan, with the PR marked above we fixed this issue. |
I've got my sym path and cache set, and when I enable pdb tracing, it appears that the pdb is found, but I'm getting E_PDB_MAX errors, and there is no documentation on what this error means, or how to fix it.
I get output that looks like this:
The traces indicate that the PDB was found in the cache path, and I see a PDB file there. So, what's the deal with
E_PDB_MAX
?The text was updated successfully, but these errors were encountered: