We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3e3cb commit 71faadaCopy full SHA for 71faada
Makefile.acr
@@ -1,7 +1,7 @@
1
include config.mk
2
DESTDIR?=
3
4
-GHIDRA_NATIVE_COMMIT=0.4.4
+GHIDRA_NATIVE_COMMIT=0.4.5
5
6
PUGIXML=third-party/pugixml/Makefile
7
preconfigure.bat
@@ -3,7 +3,7 @@ set PATH=%CD%\radare2\bin;%PATH%
set VSARCH=x64
git submodule update --init
-set GNV=0.4.4
+set GNV=0.4.5
8
python -m wget https://github.com/radareorg/ghidra-native/releases/download/%GNV%/ghidra-native-%GNV%.zip
9
0 commit comments