dev-util/dissembler - 0.9 (gentoo)

Search

Install

Install this version:

emerge -a =dev-util/dissembler-0.9

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

autounmask =dev-util/dissembler-0.9

Or alternatively:

emerge --autounmask-write -a =dev-util/dissembler-0.9

Package Information

Description:
polymorphs bytecode to a printable ASCII string
Homepage:
http://www.securiteam.com/tools/5MP0L2KFPA.html
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.9 8 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="polymorphs bytecode to a printable ASCII string"
HOMEPAGE="http://www.securiteam.com/tools/5MP0L2KFPA.html"
SRC_URI="https://repo.palkeo.com/repositories/mirror7.meh.or.id/Tools/OTHER_TOOLS/ShellCode/${P/-/_}.tgz"
S=${WORKDIR}/${P/-/_}

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

PATCHES=(
	"${FILESDIR}/${P}-build.patch"
)

src_compile() {
	emake CC="$(tc-getCC)" ${PN}
}

src_install() {
	dobin ${PN}
	dodoc ${PN}.txt
}

Inherited Eclasses

Manifest for 0.9

Type File Size Source URLs
DIST dissembler_0.9.tgz 4479 bytes https://repo.palkeo.com/repositories/mirror7.meh.or.id/Tools/OTHER_TOOLS/ShellCode/dissembler_0.9.tgz