olefile
olefile copied to clipboard
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-20...
Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? In this PR https://github.com/google/oss-fuzz/pull/8105 I do exactly that, namely created the necessary logic from...
I see +60 commits in git repo since last release. Do you have any plans to flush those commits as new the release? 😄
Originally reported by: **Anonymous** --- I would like to know how to read and write custom property that we do it in word 2007 above using docprops/custom.xml --- - Bitbucket:...
Originally reported by: **Philippe Lagadec (Bitbucket: [decalage](http://bitbucket.org/decalage), GitHub: [decalage2](http://github.com/decalage2))** --- It would be a great improvement if OleFileIO was able to write OLE files, in order to modify or create...
fix for performance bottleneck for larger fat tables.
I see that support for custom properties was added quite a while back, but there has been no release. Is there any intent to do a new release anytime soon?
When running olefile against several word documents I noticed that the code page is being incorrectly parsed: ``` $ olefile ebbd7703c87daedded17ac6a17a048c7 | egrep codepage - codepage: -535 - codepage_doc: 1252...
**Is your feature request related to a problem? Please describe.** `OleStream` loads all data in the memory. If the file is really large it causes the problem. **Describe the solution...
issue: the `filename` parameter of isOleFile can be either the path of the file to open on disk, or a bytes string containing the data of the file. If `filename`...
Fix when scan incorrect doc cause memory crash When I use mraptor scan a incorrect doc file, that caused memory crash. I followed this code run, find that problem caused...