--- id: viv-utils version: "0.8.1" license: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) license_treatment: permissive maintenance: aging --- # viv-utils — Utilities for binary analysis using vivisect. License: permissive · Maintenance: aging · Downloads: 89.6K/mo ## What it is and what it does viv-utils is a utility library that wraps and extends the vivisect binary analysis framework, a disassembler and emulator used in malware analysis and reverse engineering. It provides helper functions and abstractions to simplify common tasks when working with vivisect's API—such as parsing PE files, navigating disassembly, and extracting analysis results. The package is classified as production-stable and targets developers and security researchers working on binary analysis tasks. The library depends on vivisect itself, along with pefile for PE file handling, funcy for functional utilities, intervaltree for range operations, and typing_extensions for type hints. It is maintained as a focused toolkit rather than a monolithic framework, designed to reduce boilerplate when integrating vivisect into larger analysis pipelines or one-off reverse engineering scripts. Use it for: - Simplify vivisect API calls when building custom malware analysis scripts or frameworks. - Extract and process disassembly results from binary files in an automated analysis pipeline. - Reduce boilerplate when parsing PE file metadata and cross-referencing it with disassembly data. - Integrate vivisect-based analysis into security research tools or incident response workflows. - Prototype binary instrumentation or emulation experiments without writing low-level vivisect code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides utility functions and helpers for analyzing and manipulating binaries using the vivisect disassembly and analysis framework. Yes, if you are already using vivisect for binary analysis. The package reduces friction and boilerplate for common tasks, is permissively licensed, and carries no known vulnerabilities. The aging maintenance status (no release in 317 days) is acceptable for a stable utility library, but verify that its API and vivisect compatibility align with your current environment before committing to a production workflow. ## Install pip install viv-utils uv add viv-utils poetry add viv-utils ## Installing viv-utils Before you install: Low install friction with a pure-Python wheel. Maintenance is aging—last commit was 2025-10-01 and no release in 317 days—but the repository remains active and unarchived. Suitable for established workflows rather than rapid iteration. License in practice: Apache License 2.0 is permissive; you may use, modify, and distribute the package freely provided you include the license text and document changes. No restrictions on commercial or proprietary use. Quickstart: pip install viv-utils import viv_utils # Use viv_utils functions with vivisect binary analysis objects Requires Python >=3.9 and vivisect installed; vivisect itself may require system-level dependencies for binary parsing. Verify before relying: - Specific utility functions and their signatures are not detailed in the fact sheet. - Whether vivisect's system dependencies (if any) are documented or automatically resolved. - Performance characteristics or scalability limits for large binaries. ## Package facts - License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 89.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags vivisect utilities, binary analysis helpers, reverse engineering tools, disassembly utilities, malware analysis framework, binary instrumentation, PE file analysis, binary-analysis, reverse-engineering, malware-analysis [View on SkillFed](https://skillfed.io/packages/viv-utils) · [View on PyPI](https://pypi.org/project/viv-utils/)