From afceff6fce19d2439a08c81c11f8e69e92392991 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 6 Nov 2023 15:24:47 +0100 Subject: [PATCH] Use ghidra-native 0.4.2 to fix a null deref with null subflows --- Makefile.acr | 2 +- preconfigure.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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