olealyzer


Nameolealyzer JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryStatic OLE parser and VBA deobfuscation toolkit for document malware analysis
upload_time2025-10-26 18:17:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords ole vba malware static-analysis document-security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "olealyzer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ole, vba, malware, static-analysis, document-security",
    "author": null,
    "author_email": "Heeseo Yoon <ssnnii1010@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ea/24/754c9aa96ed54d2c0f1b3b305d6c0e902bda3124e67446ec6f10b8ea6d8a/olealyzer-0.1.0.tar.gz",
    "platform": null,
    "description": "\r\n# OLEalyzer\r\n\r\n**OLEalyzer** is a Python package for static analysis of Microsoft Office OLE documents,  \r\noffering deep VBA deobfuscation and feature extraction for threat intelligence and malware triage.\r\n\r\n---\r\n\r\n## Installation\r\n\r\n```bash\r\npip install olealyzer\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Static OLE parser and VBA deobfuscation toolkit for document malware analysis",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "ole",
        " vba",
        " malware",
        " static-analysis",
        " document-security"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cb45e0d43f2893aa20e348107f2f35d05234a103a65df55096452746dcbf9f5",
                "md5": "9f29ad08ff3a346c52db79c169b1fc2c",
                "sha256": "bf215b08daadb049a09a9f1e924e1835ca3fd9c3a228e50fcb9d9a1b0a8357fe"
            },
            "downloads": -1,
            "filename": "olealyzer-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f29ad08ff3a346c52db79c169b1fc2c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2300,
            "upload_time": "2025-10-26T18:17:48",
            "upload_time_iso_8601": "2025-10-26T18:17:48.746348Z",
            "url": "https://files.pythonhosted.org/packages/0c/b4/5e0d43f2893aa20e348107f2f35d05234a103a65df55096452746dcbf9f5/olealyzer-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea24754c9aa96ed54d2c0f1b3b305d6c0e902bda3124e67446ec6f10b8ea6d8a",
                "md5": "b4e6cb99fba24d81b7cbb5e8986cd6f7",
                "sha256": "3283d2baa8d6b62cad160e5b42115d9aaa10303d4943bfd419d70064f7686bb6"
            },
            "downloads": -1,
            "filename": "olealyzer-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b4e6cb99fba24d81b7cbb5e8986cd6f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2352,
            "upload_time": "2025-10-26T18:17:50",
            "upload_time_iso_8601": "2025-10-26T18:17:50.071712Z",
            "url": "https://files.pythonhosted.org/packages/ea/24/754c9aa96ed54d2c0f1b3b305d6c0e902bda3124e67446ec6f10b8ea6d8a/olealyzer-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 18:17:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "olealyzer"
}
        
Elapsed time: 0.98424s