dev-util/vivisect - 1.3.2 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-util/vivisect-1.3.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/vivisect-1.3.2

Or alternatively:

emerge --autounmask-write -a =dev-util/vivisect-1.3.2

Package Information

Description:
A combined disassembler/static analysis/symbolic execution/debugger framework.
Homepage:
https://github.com/vivisect/vivisect
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.3.2 8 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{1,2,3,4,5} )
inherit distutils-r1 pypi

DESCRIPTION="A combined disassembler/static analysis/symbolic execution/debugger framework."
HOMEPAGE="https://github.com/vivisect/vivisect"

LICENSE="Apache-2.0"
SLOT="0"
# KEYWORDS="~amd64"

RDEPEND="dev-python/pyasn1[${PYTHON_USEDEP}]
	dev-python/pyasn1-modules[${PYTHON_USEDEP}]
	>=dev-python/cxxfilt-0.3.0[${PYTHON_USEDEP}]
	>=dev-python/msgpack-1.0.8[${PYTHON_USEDEP}]
	>=dev-python/pycparser-2.22[${PYTHON_USEDEP}]"

distutils_enable_tests unittest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/pyasn1[]
	dev-python/pyasn1-modules[]
	>=dev-python/cxxfilt-0.3.0[]
	>=dev-python/msgpack-1.0.8[]
	>=dev-python/pycparser-2.22[]