From 0afa36b22b1ead4f3d052a6fa5f62f4e81cfe69a Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 24 Nov 2017 18:02:00 +0100 Subject: [PATCH] msodde: update history, doc, todo, version --- oletools/msodde.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index 306104e..2b8163f 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -8,6 +8,7 @@ msodde is a script to parse MS Office documents Supported formats: - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm) - Excel 2007+ (.xlsx, .xlsm) (not .xlsb) +- Excel 97-2003 (.xls) Author: Philippe Lagadec - http://www.decalage.info License: BSD, see source code or documentation @@ -54,13 +55,15 @@ from __future__ import print_function # PL: - added logging # 2017-11-10 CH: - added field blacklist and corresponding cmd line args # 2017-11-23 CH: - added support for xlsx files +# 2017-11-24 CH: - added support for xls files -__version__ = '0.52dev6' +__version__ = '0.52dev7' #------------------------------------------------------------------------------ # TODO: field codes can be in headers/footers/comments - parse these # TODO: generalize behaviour for xlsx: find all external links (maybe rename # command line flag for "blacklist" to "find all suspicious" or so) +# TODO: xlsb #------------------------------------------------------------------------------ # REFERENCES: -- libgit2 0.21.4