https://github.com/unixfreak0037/officeparser
Extract embedded files and macros from office documents.
https://github.com/unixfreak0037/officeparser
Last synced: 4 months ago
JSON representation
Extract embedded files and macros from office documents.
- Host: GitHub
- URL: https://github.com/unixfreak0037/officeparser
- Owner: unixfreak0037
- License: mit
- Created: 2010-08-21T19:58:32.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T08:12:29.000Z (over 1 year ago)
- Last Synced: 2024-03-15T01:52:15.475Z (about 1 year ago)
- Language: Python
- Homepage: http://empieria.com/blog/?page_id=10
- Size: 60.5 KB
- Stars: 168
- Watchers: 14
- Forks: 60
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - unixfreak0037/officeparser - Extract embedded files and macros from office documents. (Python)
README
# officeparser.py
officerparser.py is a python script that parses the format of OLE compound documents used by Microsoft Office applications.
Some useful features of this script include
* macro extraction
* embedded file extraction
* format analysisExecute the script with the --help option to view all available options.
## useful options
__--extract-macros__
This extracts all macro code that can be detected in an office document. Use the -o or --output-dir option to specify the directory to store the files.