• Stars
    star
    170
  • Rank 222,109 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 14 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Extract embedded files and macros from office documents.

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 analysis

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