Christian Herdtweck
Christian Herdtweck
Py 3.5 is not available any more. Since we need reliable testing, just keep the test for latest py2, py3 and pypy3.9 . Also fix tests on py2 and skip...
Github has removed the py2-runners, so do not request them any more. There are options to replace this with docker-images, but would need to find out how to adapt solutions...
I encountered this warning with CPython 2 as well, I think msoffcrypto should not be a required dependency for any python2-version (see #795) However, cryptography will currently still be installed...
olevba (i.e. ppt_parser) also does not handle this file correctly, the structure of the streams is not as expected: ` File appears not to be a ppt file (In stream...
work in progress: https://github.com/christian-intra2net/oletools/tree/detect-interactive-ppt-features
Found the problem: `zipfile.is_zipfile` returns `True` for this sample, although it clearly is not a zip file. Fixed it in the above branch (which also detects the actual malware content...
Fix in #786
You are right, of course, the local system settings should not matter. Unfortunately, I had to make the unpleasant experience that sometimes it *does* matter, at least for system encoding....