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