Skip to content

Commit

Permalink
Use ghidra-native 0.4.2 to fix a null deref with null subflows
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 6, 2023
1 parent 7a04da4 commit afceff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.acr
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion preconfigure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit afceff6

Please sign in to comment.