dev-python/miasm - 0.1.5 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/miasm-0.1.5

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

autounmask =dev-python/miasm-0.1.5

Or alternatively:

emerge --autounmask-write -a =dev-python/miasm-0.1.5

Package Information

Description:
Reverse engineering framework with assembly, emulation and symbolic execution.
Homepage:
https://github.com/cea-sec/miasm https://pypi.org/project/miasm/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.1.5 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 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_{10..15} )

inherit distutils-r1 pypi

DESCRIPTION="Reverse engineering framework with assembly, emulation and symbolic execution."
HOMEPAGE="https://github.com/cea-sec/miasm https://pypi.org/project/miasm/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="llvm"

RDEPEND="
	dev-python/future[${PYTHON_USEDEP}]
	dev-python/pycparser[${PYTHON_USEDEP}]
	dev-python/pyparsing[${PYTHON_USEDEP}]
	llvm? ( dev-python/llvmlite[${PYTHON_USEDEP}] )
"

# The sdist ships only test/test_all.py, a Python 2 harness that shells out to
# test modules which are not included, so there is nothing runnable here.
RESTRICT="test"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/miasm | euse -E <flag> -p dev-python/miasm | euse -D <flag> -p dev-python/miasm

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/future[]
	dev-python/pycparser[]
	dev-python/pyparsing[]
	llvm? ( dev-python/llvmlite[] )