moyix / pdbparse

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

Construct 2.8+ unsupported #41

Closed JayFoxRox closed 5 years ago

JayFoxRox commented 6 years ago

This means one has to install a legacy module. This project should be upgraded to work with the newer Construct for easier installation.

rohaaan commented 6 years ago

FYI use command pip install construct==2.5.2 the setup.py says construct <= 2.5.2

rohaaan commented 6 years ago

FYI use command pip install pefile==2016.3.28 setup.py does not mention it but this version works flawless

moyix commented 5 years ago

Should be fixed as of https://github.com/moyix/pdbparse/pull/46