From 080b8bd06fc296e42d561120a7e40dca0577c40c Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 8 May 2024 16:24:26 +0200 Subject: [PATCH] Try with ghidra-native 0.4.3 --- Makefile.acr | 2 +- preconfigure.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.acr b/Makefile.acr index 36e6a654..232df9a8 100644 --- a/Makefile.acr +++ b/Makefile.acr @@ -1,7 +1,7 @@ include config.mk DESTDIR?= -GHIDRA_NATIVE_COMMIT=0.4.2 +GHIDRA_NATIVE_COMMIT=0.4.3 PUGIXML=third-party/pugixml/Makefile diff --git a/preconfigure.bat b/preconfigure.bat index 69ddb778..ce024407 100644 --- a/preconfigure.bat +++ b/preconfigure.bat @@ -3,7 +3,7 @@ set PATH=%CD%\radare2\bin;%PATH% set VSARCH=x64 git submodule update --init -set GNV=0.4.2 +set GNV=0.4.3 python -m wget https://github.com/radareorg/ghidra-native/releases/download/%GNV%/ghidra-native-%GNV%.zip