olefile icon indicating copy to clipboard operation
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...

Results 65 olefile issues
Sort by recently updated
recently updated
newest added

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...

tests

I see +60 commits in git repo since last release. Do you have any plans to flush those commits as new the release? 😄

major
task

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:...

enhancement

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...

enhancement
major

fix for performance bottleneck for larger fat tables.

enhancement

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?

question

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...

bug

**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...

enhancement

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`...

bug

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...

bug