unixfreak0037 / officeparser

Extract embedded files and macros from office documents.
http://empieria.com/blog/?page_id=10
MIT License
178 stars 60 forks source link

Add 2007+ support #2

Closed dweedul closed 12 years ago

dweedul commented 12 years ago

I've added a new option (--treat-as-zipfile) that only looks at the vbaProject.bin file within the newer xl files (which are zipped archives).

I've also started a readme.

unixfreak0037 commented 12 years ago

Nice. I'd like to investigate if we can just auto-detect the compression and handle it without requiring an extra option. So the --extract-macros works even if it's 2007/10. I had a good writeup on these types of files, I'll have to go dig it up and add it to this project.