decalage2/ViperMonkey

vmonkey: replace call to python-magic by simple test

decalage2 opened this issue · 0 comments

python-magic requires libmagic, so it's not easy to install on Windows with pip. vmonkey can use a simple test instead, e.g. zipfile.is_zipfile and olefile.isOleFile.