Philippe Lagadec
Philippe Lagadec
If you need sample files created with different versions of Office, maybe we can help. What would you need exactly?
From what I've seen in Follina samples, those links are used from a remote OLE object, so we can find the URL using oleobj (as an external link) or rtfobj...
It is technically doable of course, but there are two issues to solve: 1) Writing OLE files: if you want to edit an existing file and replace VBA code, olefile...
This project implements the VBA compression algorithm in python: https://github.com/coldfusion39/excel-press (link provided by @JJK96 in https://github.com/decalage2/olefile/issues/6)
I have never seen such files. If MS Word refuses to open them, it means they are malformed. Is it possible to share those files with me so that I...
Hi @randubin, this looks similar to #728: could you please update oletools with the following command and tell me if it works? ``` pip install -U oletools[full] ``` This will...
Good catch, thanks!
Thanks for reporting this sample. There are several issues that make mraptor miss it: - It contains an XLM / Excel 4 macro, not VBA, and XLM is not as...
Indeed mraptor only supports VBA for now, I should change the result to "No VBA macro" instead of "No macro".
Hi @Yu-Tu, thank you for the proposal. I think it should be an option for the caller to decide if comments are kept or removed. Most of the time, I...