decalage2 / olefile

olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.
http://www.decalage.info/olefile
Other
225 stars 76 forks source link

check ole-py API for ideas #108

Open decalage2 opened 6 years ago

decalage2 commented 6 years ago

ole-py is another parser for OLE files, with a lightweight implementation (not as complete as olefile). Its API might bring some ideas.

https://github.com/hallazzang/ole-py