Metadata-Version: 2.4
Name: olealyzer
Version: 0.1.0
Summary: Static OLE parser and VBA deobfuscation toolkit for document malware analysis
Author-email: Heeseo Yoon <ssnnii1010@gmail.com>
License: MIT
Keywords: ole,vba,malware,static-analysis,document-security
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: olefile>=0.46
Requires-Dist: oletools>=0.60
Requires-Dist: pefile>=2023.2.7
Dynamic: license-file


# OLEalyzer

**OLEalyzer** is a Python package for static analysis of Microsoft Office OLE documents,  
offering deep VBA deobfuscation and feature extraction for threat intelligence and malware triage.

---

## Installation

```bash
pip install olealyzer
