Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

TypeError in PE module compiletime function #598

Open
botherder opened this issue Aug 13, 2017 · 1 comment
Open

TypeError in PE module compiletime function #598

botherder opened this issue Aug 13, 2017 · 1 comment
Labels
bug (verified) Bug that has been verified

Comments

@botherder
Copy link
Member

Something changed in the PE module, as now the pe compiletime --scan option is not working properly.

  File "/usr/local/lib/python2.7/dist-packages/viper-1.3.dev0-py2.7.egg/viper/core/ui/console.py", line 318, in start
    module.run()
  File "/usr/local/lib/python2.7/dist-packages/viper-1.3.dev0-py2.7.egg/viper/modules/pe.py", line 1010, in run
    self.compiletime()
  File "/usr/local/lib/python2.7/dist-packages/viper-1.3.dev0-py2.7.egg/viper/modules/pe.py", line 293, in compiletime
    delta = (compile_time - cur_compile_time)
TypeError: unsupported operand type(s) for -: 'str' and 'str'```
@botherder botherder added the bug (verified) Bug that has been verified label Aug 13, 2017
@frennkie
Copy link
Contributor

Just tried to reproduce this but pe compiletime --scan works for me on both Python2&3.

Which version of pefile do you have? I have pefile==2017.5.26

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug (verified) Bug that has been verified
Projects
None yet
Development

No branches or pull requests

2 participants