oletools python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics, and debugging.
Installation:
Tested on Kali Linux (ARM64)
python3 -m venv venv
source venv/bin/activate
pip install oletools[full]