pefile icon indicating copy to clipboard operation
pefile copied to clipboard

Imphash is broken in python 3.x

Open davidt99 opened this issue 8 years ago • 3 comments

Calling get_imphash yields on 3.5: TypeError: a bytes-like object is required, not 'str' in line 3623. Tried to change the code a bit to make it work, but I got different results in python 2.7 and in 3.5 on the same file.

Hope you can fix it, Thanks!

davidt99 avatar May 17 '16 17:05 davidt99

Submitted pull request: Fixed imphash for python3 #102

sysopfb avatar May 19 '16 17:05 sysopfb

Fixed in #120. Is any chance to release a new version on PyPI?

pravic avatar Aug 12 '16 18:08 pravic

Does anybody here?

pravic avatar Sep 14 '16 08:09 pravic