Commit 02f4a165b27534658a08c539458fa2a0b709d51e

Authored by Christian Herdtweck
Committed by Philippe Lagadec
1 parent 02b42f8d

msodde: update version, doc, todo

Showing 1 changed file with 3 additions and 3 deletions
oletools/msodde.py
@@ -7,7 +7,7 @@ msodde is a script to parse MS Office documents @@ -7,7 +7,7 @@ msodde is a script to parse MS Office documents
7 7
8 Supported formats: 8 Supported formats:
9 - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm) 9 - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm)
10 -- Excel 2007+ (.xlsx, .xlsm) (not .xlsb) 10 +- Excel 2007+ (.xlsx, .xlsm, .xlsb)
11 - Excel 97-2003 (.xls) 11 - Excel 97-2003 (.xls)
12 12
13 Author: Philippe Lagadec - http://www.decalage.info 13 Author: Philippe Lagadec - http://www.decalage.info
@@ -56,14 +56,14 @@ from __future__ import print_function @@ -56,14 +56,14 @@ from __future__ import print_function
56 # 2017-11-10 CH: - added field blacklist and corresponding cmd line args 56 # 2017-11-10 CH: - added field blacklist and corresponding cmd line args
57 # 2017-11-23 CH: - added support for xlsx files 57 # 2017-11-23 CH: - added support for xlsx files
58 # 2017-11-24 CH: - added support for xls files 58 # 2017-11-24 CH: - added support for xls files
  59 +# 2017-11-29 CH: - added support for xlsb files
59 60
60 -__version__ = '0.52dev7' 61 +__version__ = '0.52dev8'
61 62
62 #------------------------------------------------------------------------------ 63 #------------------------------------------------------------------------------
63 # TODO: field codes can be in headers/footers/comments - parse these 64 # TODO: field codes can be in headers/footers/comments - parse these
64 # TODO: generalize behaviour for xlsx: find all external links (maybe rename 65 # TODO: generalize behaviour for xlsx: find all external links (maybe rename
65 # command line flag for "blacklist" to "find all suspicious" or so) 66 # command line flag for "blacklist" to "find all suspicious" or so)
66 -# TODO: xlsb  
67 67
68 #------------------------------------------------------------------------------ 68 #------------------------------------------------------------------------------
69 # REFERENCES: 69 # REFERENCES: