dod-cyber-crime-center / DC3-MWCP

DC3 Malware Configuration Parser (DC3-MWCP) is a framework for parsing configuration information from malware. The information extracted from malware includes items such as addresses, passwords, filenames, and mutex names.
Other
300 stars 59 forks source link

No support for python3 #3

Closed mlaferrera closed 6 years ago

mlaferrera commented 7 years ago

Would a PR for python3 support be desired?

dc3-tsd commented 7 years ago

A pull request to add Python 3 support would give valuable flexibility to the framework and be desired. The code just needs to remain backwards compatible with Python 2.7.

sroberts commented 7 years ago

I would very much like a move to Python3.

mlaferrera commented 7 years ago

Initial python3 support is PR #5 . I don't have many (read: None) test cases, so I am not sure if it is entirely working as intended right now.

mlaferrera commented 6 years ago

The PR was pushed last July. Any chance it will be merged?

dc3-tsd commented 6 years ago

These changes have now been merged.