maldoc_extract_macros
Extract VBA macros from OLE documents for security analysis. This tool reads Office files to retrieve embedded macro code for forensic investigation.
Instructions
Extract raw VBA macros from an OLE document.
Returns: {"macros": str, "stream_count": int, "macro_streams": [str]}.
Side effects: Read-only file analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the OLE document |