moyix / pdbparse

Python code to parse Microsoft PDB files
Other
309 stars 83 forks source link

T_64PWCHAR on win8x64 win32.sys #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey BDG,

$ python pdb_tpi_vtypes.py win32k.pdb > win8_sp0_x64_vtypes_gui.py
Traceback (most recent call last):
  File "pdb_tpi_vtypes.py", line 188, in <module>
    print_vtype(s)
  File "pdb_tpi_vtypes.py", line 137, in print_vtype
    print "    '%s' : [ %#x, %s]," % (s.name, s.offset, member_str(s.index))
  File "pdb_tpi_vtypes.py", line 102, in member_str
    return "[%s]" % vtype[m]
KeyError: 'T_64PWCHAR'

The win32k.pdb example is attached. 

Original issue reported on code.google.com by michael.hale@gmail.com on 11 Jul 2013 at 7:27

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r109.

Original comment by moo...@gmail.com on 3 Apr 2014 at 8:15

GoogleCodeExporter commented 9 years ago
Thanks MHL, I've committed the fix.

Original comment by moo...@gmail.com on 3 Apr 2014 at 8:16