-
…dded python version to banner.
-
Fix always enabled logging in PptParser.
-
When using VBA_Parser from olevba3.py, ppt_parser logging is always enabled. This is similar to issue #154, although enable_logging() method is already implemented and ppt_parser logging is handled there, so just remove enable_logging from VBA_Parser.open_ppt().
-
Speed up rtfobj
-
Xml from word/excel 2003/2007+
-
This makes parsing of single-xml files from Word 2007+ possible. Also prepares extension to single-xml files from Word 2003.
-
Not sure whether this code generalizes to newer xml format from excel 2007+, did not manage to create test data with DDE links. Maybe the 2007+ xml does not support DDE links
-
The code made a copy of most of the input before shortening it, and that happened for every control word (of which there are often many). That made the code very slow. For my 11MB test file, this gave a speed-up by a factor of 10.
-
rtfobj: remove check for uppercased RTF magic
-
Fix some PEP8-related linter complaints.
-
Word does not accept files which magic is not fully lowercase.
-
Olevba skip rtf