oletools icon indicating copy to clipboard operation
oletools copied to clipboard

Run olebrowse and the following prompt appears. The pthon version is 3.10

Open xxddx opened this issue 2 years ago • 0 comments

Traceback (most recent call last): File "C:\Users\yuhao01\AppData\Local\Programs\Python\Python310\lib\site-packages\oletools\olebrowse.py", line 133, in main ole = olefile.OleFileIO(filename) File "C:\Users\yuhao01\AppData\Local\Programs\Python\Python310\lib\site-packages\olefile\olefile.py", line 1075, in init self.open(filename, write_mode=write_mode) File "C:\Users\yuhao01\AppData\Local\Programs\Python\Python310\lib\site-packages\olefile\olefile.py", line 1192, in open self._raise_defect(DEFECT_FATAL, "not an OLE2 structured storage file") File "C:\Users\yuhao01\AppData\Local\Programs\Python\Python310\lib\site-packages\olefile\olefile.py", line 1105, in _raise_defect raise exception_type(message) OSError: not an OLE2 structured storage file

xxddx avatar Dec 27 '21 09:12 xxddx