From 6dd7b691577e27879eecce0bfa28dd24a9457d23 Mon Sep 17 00:00:00 2001 From: James <49045138+ghidracadabra@users.noreply.github.com> Date: Wed, 9 Sep 2020 13:32:37 -0400 Subject: [PATCH] GP-152 updated binutils GP-152 updated to binutils 2.34 --- GPL/GnuDisassembler/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPL/GnuDisassembler/build.gradle b/GPL/GnuDisassembler/build.gradle index ef68f76ca0..e3261bf24e 100644 --- a/GPL/GnuDisassembler/build.gradle +++ b/GPL/GnuDisassembler/build.gradle @@ -25,10 +25,10 @@ // directory once the extension has been installed/unpacked by Ghidra. The binutils referenced // 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.ghidraInstallDir = null;