Install this version:
emerge -a =dev-util/xexloaderwv-13.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/xexloaderwv-13.0.0
Or alternatively:
emerge --autounmask-write -a =dev-util/xexloaderwv-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
GHIDRA_EXT_NAME="XEXLoaderWV"
inherit ghidra-extension
# Upstream tags a release per Ghidra version and versions the loader itself
# separately, in extension.properties. This is the tag holding ${PV}.
MY_TAG="12.1.2"
DESCRIPTION="Ghidra loader for Xbox 360 XEX executables."
HOMEPAGE="https://github.com/zerokilo/xexloaderwv"
SRC_URI="https://github.com/zerokilo/${PN}/archive/refs/tags/${MY_TAG}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${GHIDRA_EXT_NAME}-${MY_TAG}/${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-13.0.0.tar.gz | 74962 bytes | https://github.com/zerokilo/xexloaderwv/archive/refs/tags/12.1.2.tar.gz |