From 71faadab90d4f3b225d78168421692e7c99331e2 Mon Sep 17 00:00:00 2001 From: pancake Date: Wed, 8 May 2024 18:34:10 +0200 Subject: [PATCH] Use ghidra-native 0.4.5 (add missing files) --- Makefile.acr | 2 +- preconfigure.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.acr b/Makefile.acr index ea7f58fa..0812e193 100644 --- a/Makefile.acr +++ b/Makefile.acr @@ -1,7 +1,7 @@ include config.mk DESTDIR?= -GHIDRA_NATIVE_COMMIT=0.4.4 +GHIDRA_NATIVE_COMMIT=0.4.5 PUGIXML=third-party/pugixml/Makefile diff --git a/preconfigure.bat b/preconfigure.bat index aaf32afa..95c501b1 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.4 +set GNV=0.4.5 python -m wget https://github.com/radareorg/ghidra-native/releases/download/%GNV%/ghidra-native-%GNV%.zip