Install this version:
emerge -a =dev-util/xexloaderwv-bin-13.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/xexloaderwv-bin-13.0.0
Or alternatively:
emerge --autounmask-write -a =dev-util/xexloaderwv-bin-13.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 13.0.0 | 8 | ~amd64 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# Upstream tags every release after the Ghidra version it was built against;
# ${PV} is the plugin version recorded in extension.properties. Ghidra compares
# that property against its own version, so upstream's archive never matched
# any Ghidra release; ghidra-extension.eclass rewrites it.
GHIDRA_PV="12.1.2"
GHIDRA_EXT_NAME="XEXLoaderWV"
MY_PN="${PN%-bin}"
inherit ghidra-extension
MY_DATE="20260802"
DESCRIPTION="Ghidra loader for Xbox 360 XEX executables."
HOMEPAGE="https://github.com/zerokilo/xexloaderwv"
SRC_URI="https://github.com/zerokilo/${MY_PN}/releases/download/${GHIDRA_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 | xexloaderwv-bin-13.0.0.zip | 248763 bytes | https://github.com/zerokilo/xexloaderwv/releases/download/12.1.2/ghidra_12.1.2_PUBLIC_20260802_XEXLoaderWV.zip |