Metadata-Version: 2.4
Name: vivisect
Version: 1.3.0
Summary: Pure python disassembler, debugger, emulator, and static analysis framework
Author-email: The Vivisect Peeps <vivdevs@r4780y.com>
License: Apache License 2.0
Project-URL: Homepage, https://vivisect.readthedocs.io/en/latest/
Project-URL: Documentation, https://vivisect.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/vivisect/vivisect
Project-URL: Changelog, https://vivisect.readthedocs.io/en/latest/vivisect/changelog.html
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Disassemblers
Classifier: Topic :: Software Development :: Debuggers
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pyasn1<0.6.0,>=0.5.0
Requires-Dist: pyasn1-modules<0.4.0,>=0.3.0
Requires-Dist: cxxfilt<0.4.0,>=0.3.0
Requires-Dist: msgpack<2.0.0,>=1.0.0
Requires-Dist: pycparser>=2.20
Provides-Extra: dev
Requires-Dist: bump2version<1.1.0,>=1.0.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx<7.2.0,>=7.1.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme<1.3.0,>=1.2.0; extra == "docs"
Provides-Extra: gui
Requires-Dist: pyqt5==5.15.7; extra == "gui"
Requires-Dist: pyqtwebengine==5.15.6; extra == "gui"
Dynamic: license-file

# Vivisect / Vdb / Vtrace

A combined disassembler/static analysis/symbolic execution/debugger framework.

## Usage

Please see the quickstart/usage docs over at our [docs page](https://vivisect.readthedocs.io/en/latest/)

## Installing

For most use cases, you should just be able to run `pip install "vivisect[gui]"` to get both the vivisect/vdb libraries and UI components. For other use cases, please see our [documentation](https://vivisect.readthedocs.io/en/latest/).


## Versioning

All releases prior to v1.0.0 are python2 only. As of v1.0.0, vivisect/vdb/vstruct
are all python3 compatible. Please report any bugs/issues to the [issue tracker](https://github.com/vivisect/vivisect/issues)
or hit us up in the #vivisect room in the [synapse slack](http://slackinvite.vertex.link/)

Please see v0.x.x-support branch for the current python2 version, or pip install
the v.0.2.x version of vivisect.

## Upgrading

Due to fun pickle shenanigans, old python2 vivisect workspaces are not typically
compatible with python3. In what will be one of (if not, the) final release of the
python2 compatible vivisect, v0.2.1 will include a conversion script that can migrate
the basicfile-based vivisect workspaces files to the msgpack-back ones, which should
be loadable in python3 vivisect.

## Build Status

[![CircleCI](https://circleci.com/gh/vivisect/vivisect/tree/master.svg?style=svg)](https://circleci.com/gh/vivisect/vivisect/tree/master)

[![Documentation Status](https://readthedocs.org/projects/vivisect/badge/?version=latest)](https://vivisect.readthedocs.io/en/latest/?badge=latest)
