[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/ghidra/ghidra.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A Reverse engineering Software (SRE) framework [T] A software reverse engineering (SRE) framework created and [T] maintained by the National Security Agency Research Directorate. This [T] framework includes a suite of full-featured, high-end software analysis tools [T] that enable users to analyze compiled code on a variety of [T] platforms. [U] https://www.nsa.gov/ghidra [A] NSA [M] dash [C] extra/development [E] add pip [L] APL [S] Stable [V] 11.3.2 [D] e34e073fa42fe7f92ae1ecf60f2bbe322384afe014430488380da6e8 Ghidra_11.3.2_build.tar.gz https://github.com/NationalSecurityAgency/ghidra/archive/Ghidra_11.3.2_build/ [ $prefix_auto = 1 ] && prefix="opt/ghidra" && set_confopt runconf=0 runmake= build() { gradle -I gradle/support/fetchDependencies.gradle gradle buildGhidra } hook_add inmake 2 build install() { mkdir -p build/out cd build/out unzip ../dist/*.zip cp -r gh*/* $root/$prefix ln -svf ../ghidraRun $root$bindir/ghidra chmod +x $root$bindir/ghidra } hook_add postmake 2 install