Replies: 1 comment 1 reply
-
Hi, this is technically possible as the compression algorithm is documented by Microsoft, but it has not been implemented in oletools so far. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently using oletools to extract macros from an excel sheet to put in source control. I'm wondering if it's possible to make changes to output text file, convert it back to a binary file and then replace the VBAProject.bin file with new version. For example if I changed the code in the attached text file to write "Workbook closed" instead of "Workbook exit". I would want to encode that to a binary file and then replace the macro in the excel book.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions