Skip to content

Commit 71faada

Browse files
committed
Use ghidra-native 0.4.5 (add missing files)
1 parent be3e3cb commit 71faada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.acr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include config.mk
22
DESTDIR?=
33

4-
GHIDRA_NATIVE_COMMIT=0.4.4
4+
GHIDRA_NATIVE_COMMIT=0.4.5
55

66
PUGIXML=third-party/pugixml/Makefile
77

preconfigure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set PATH=%CD%\radare2\bin;%PATH%
33
set VSARCH=x64
44

55
git submodule update --init
6-
set GNV=0.4.4
6+
set GNV=0.4.5
77

88
python -m wget https://github.com/radareorg/ghidra-native/releases/download/%GNV%/ghidra-native-%GNV%.zip
99

0 commit comments

Comments
 (0)