We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to import any .pdb from the attached archive, an error appears:
.pdb
[resym_web::resym_app] ERROR | Failed to load PDB file: pdb error: The type information header was invalid: header size is unreasonably large
halflife_nettest1_dlls_game.zip
The version of the application is used from https://ergrelet.github.io/resym/
When I import this PDBs into pdbex or PDBRipper, there are no errors and it shows me the contents of these PDBs.
pdbex
PDBRipper
IDA Pro in MSDIA mode for PDB format (cfg/pdb.cfg) also successfully imports hl.dll + hl.pdb from archive and shows the contents.
IDA Pro
Ghidra is not yet able to analyze this type of PDBs via PDB Universal, I sent them a bug ticket for tracking.
Ghidra
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When trying to import any
.pdb
from the attached archive, an error appears:Attachments
halflife_nettest1_dlls_game.zip
Additional context
The version of the application is used from https://ergrelet.github.io/resym/
When I import this PDBs into
pdbex
orPDBRipper
, there are no errors and it shows me the contents of these PDBs.IDA Pro
in MSDIA mode for PDB format (cfg/pdb.cfg) also successfully imports hl.dll + hl.pdb from archive and shows the contents.Ghidra
is not yet able to analyze this type of PDBs via PDB Universal, I sent them a bug ticket for tracking.The text was updated successfully, but these errors were encountered: