You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
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'```
The text was updated successfully, but these errors were encountered:
Something changed in the PE module, as now the
pe compiletime --scan
option is not working properly.The text was updated successfully, but these errors were encountered: