diff --git a/Makefile.acr b/Makefile.acr index 1c4c80aa..36e6a654 100644 --- a/Makefile.acr +++ b/Makefile.acr @@ -1,7 +1,7 @@ include config.mk DESTDIR?= -GHIDRA_NATIVE_COMMIT=0.4.1 +GHIDRA_NATIVE_COMMIT=0.4.2 PUGIXML=third-party/pugixml/Makefile diff --git a/preconfigure.bat b/preconfigure.bat index 174572ab..69ddb778 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.1 +set GNV=0.4.2 python -m wget https://github.com/radareorg/ghidra-native/releases/download/%GNV%/ghidra-native-%GNV%.zip