DissectMalware / XLMMacroDeobfuscator

Extract and Deobfuscate XLM macros (a.k.a Excel 4.0 Macros)
Apache License 2.0
571 stars 115 forks source link

Xls wrapper2 xlrd #10

Closed DissectMalware closed 4 years ago

DissectMalware commented 4 years ago

XLSWrapper2 is added. It relies on xlrd2 library to process xls files

A new switch, --no-ms-excel, is added to xlmdeobfuscator to allow switching from XLSWrapper to XLSWrapper2

If XLSWrapper fails, xlmdeobfuscator automatically attempts to use XLSWrapper2

Now xlmdeobfuscator can be install on any OS

However, if someone wants to use XLSWrapper (MS Excel), they must install pywin32 separately as it is no longer a requirement for this project.