Skip to content

vivisect/vivisect

Folders and files

NameName
Last commit message
Last commit date
Jul 23, 2024
May 6, 2021
Feb 14, 2024
Feb 14, 2024
Jul 2, 2024
Jul 15, 2024
Jan 2, 2025
Aug 28, 2024
Aug 19, 2021
Feb 6, 2025
Mar 23, 2024
Jan 7, 2025
May 1, 2023
Aug 28, 2024
Sep 8, 2020
Nov 14, 2014
Jul 2, 2024
Jul 16, 2024
Aug 28, 2024
Nov 14, 2014
Nov 14, 2014
Mar 16, 2021
Aug 6, 2022
Aug 22, 2021
Aug 28, 2024
Oct 5, 2023
Apr 6, 2021
Jul 16, 2024

Repository files navigation

Vivisect / Vdb / Vtrace

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

Usage

Please see the quickstart/usage docs over at our docs page

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.

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 or hit us up in the #vivisect room in the synapse slack

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

Documentation Status