Install this version:
emerge -a =dev-util/ps3ghidrascripts-bin-1.0111
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/ps3ghidrascripts-bin-1.0111
Or alternatively:
emerge --autounmask-write -a =dev-util/ps3ghidrascripts-bin-1.0111
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0111 | 8 | ~amd64 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Newest Ghidra upstream's 1.0111 release ships an archive for. They differ
# only in the version= property, which ghidra-extension.eclass rewrites anyway.
GHIDRA_PV="12.1.2"
GHIDRA_EXT_NAME="Ps3GhidraScripts"
inherit ghidra-extension
MY_DATE="20260712"
DESCRIPTION="Ghidra scripts for parsing PlayStation 3 executables."
HOMEPAGE="https://github.com/clienthax/Ps3GhidraScripts"
SRC_URI="https://github.com/clienthax/${GHIDRA_EXT_NAME}/releases/download/${PV}/ghidra_${GHIDRA_PV}_PUBLIC_${MY_DATE}_${GHIDRA_EXT_NAME}.zip
-> ${P}.zip"
S="${WORKDIR}/${GHIDRA_EXT_NAME}"
# Upstream ships no licence file and states no terms anywhere in the repository.
LICENSE="all-rights-reserved"
KEYWORDS="~amd64"
RESTRICT="bindist mirror"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ps3ghidrascripts-bin-1.0111.zip | 162149 bytes | https://github.com/clienthax/Ps3GhidraScripts/releases/download/1.0111/ghidra_12.1.2_PUBLIC_20260712_Ps3GhidraScripts.zip |