mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-04 05:24:57 +08:00
Merge remote-tracking branch 'origin/Ghidra_9.2'
This commit is contained in:
@@ -25,10 +25,10 @@
|
|||||||
// directory once the extension has been installed/unpacked by Ghidra. The binutils referenced
|
// directory once the extension has been installed/unpacked by Ghidra. The binutils referenced
|
||||||
// by the script below may be downloaded from the following URL:
|
// by the script below may be downloaded from the following URL:
|
||||||
//
|
//
|
||||||
// https://ftp.gnu.org/pub/gnu/binutils/binutils-2.29.1.tar.bz2
|
// https://ftp.gnu.org/pub/gnu/binutils/binutils-2.34.tar.bz2
|
||||||
//
|
//
|
||||||
|
|
||||||
ext.binutils = "binutils-2.29.1"
|
ext.binutils = "binutils-2.34"
|
||||||
ext.binutilsDistro = "${binutils}.tar.bz2"
|
ext.binutilsDistro = "${binutils}.tar.bz2"
|
||||||
|
|
||||||
ext.ghidraInstallDir = null;
|
ext.ghidraInstallDir = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user