pdbparse
pdbparse copied to clipboard
Python code to parse Microsoft PDB files
Hi, When trying to install the package from pypi and test it on a sample PDB, the code fails while parsing the DBI name with the following traceback: ``` File...
Info: ``` C:\Users\ACER\Desktop\myproject\counter>python -V Python 3.10.11 C:\Users\ACER\Desktop\myproject\counter>python -m pip show pdbparse Name: pdbparse Version: 1.5 Summary: Python parser for Microsoft PDB files Home-page: https://github.com/moyix/pdbparse/ Author: Brendan Dolan-Gavitt Author-email: [email protected] License:...
`construct
[hello.zip](https://github.com/moyix/pdbparse/files/10383770/hello.zip) These files are from a vb6 project. Generated files Helo_cli.pdb and helo_svr.pdb cannot be parsed by pdbparse.
the file link is: http://msdl.microsoft.com/download/symbols/ntkrnlmp.pdb/A32C55CDEBC1441DAC80552A86F5F11F1/ntkrnlmp.pdb Traceback (most recent call last): File "/usr/local/bin/pdb_print_gvars.py", line 56, in main(args[0], args[1]) File "/usr/local/bin/pdb_print_gvars.py", line 23, in main pdb = pdbparse.parse(filename) File "/usr/local/lib64/python3.6/site-packages/pdbparse/__init__.py", line 554,...
@moyix I am considering using pdbparse in https://github.com/nexB/scancode-toolkit/ which is Apache-licensed. For now my pdb support is rather missing and a list of links: https://github.com/nexB/scancode-toolkit-contrib/blob/develop/src/compiledcode/pdb.py Though I have OK support...
The below examples failed on the attached ntoskrnl.exe symbol. ``` python -V **Python 2.7.11** python -m pip freeze | grep pdbparse DEPRECATION: Python 2.7 will reach the end of its...
I don't want to take the time right now to submit performance enhancements, but perhaps @moyix or some other person reading this not would like to do the work. I...
This is hardly documented. I could not make it work as I'm not sure which version of construct I need. I also don't know wether this is for python2 or...
Hi! I am trying to install pdbparse on a Windows 10 machine, I have python 3.6 installed and I have also installed Visual Studio 2015 with C++ (and C++ programs...