diff -ru oletools-0.54.2b.old/setup.py oletools-0.54.2b.new/setup.py --- oletools-0.54.2b.old/setup.py 2019-11-08 13:28:25.071706554 +0000 +++ oletools-0.54.2b.new/setup.py 2019-11-08 13:42:27.243409497 +0000 @@ -93,5 +93,8 @@ 'oletools.thirdparty.tablestream', 'oletools.thirdparty.oledump', + 'oletools.thirdparty.msoffcrypto', + 'oletools.thirdparty.msoffcrypto.format', + 'oletools.thirdparty.msoffcrypto.method', ] ##setupdir = '.' ##package_dir={'': setupdir} @@ -176,6 +177,9 @@ 'oletools.thirdparty.DridexUrlDecoder': [ 'LICENSE.txt', ], + 'oletools.thirdparty.msoffcrypto': [ + 'LICENSE.txt', + ], # 'oletools.thirdparty.tablestream': [ # 'LICENSE', 'README', # ], @@ -317,7 +323,7 @@ "olefile>=0.46", "easygui", 'colorclass', - 'msoffcrypto-tool', +# 'msoffcrypto-tool', 'pcodedmp>=1.2.5', ], )