kirk-sayre-work / ViperMonkey

A VBA parser and emulation engine to analyze malicious macros.
91 stars 14 forks source link

Added compatibility for Python3 #30

Open malvidin opened 4 years ago

malvidin commented 4 years ago

All changes were made in a way to maintain backward compatibility, but I could not get the absolute imports to work with Python2. All tests also pass, but a large number of input files was not available for thorough testing.

kirk-sayre-work commented 4 years ago

I'll check this out. Shifting the whole project over to Python 3 would be great. Personally if it got to the point of being solid and stable in Python 3 I would be fine with dropping Python 2 support.