decalage2 / oletools

oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.
http://www.decalage.info/python/oletools
Other
2.89k stars 565 forks source link

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

Open xxddx opened 2 years ago

xxddx commented 2 years ago

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