Skip to content

Commit

Permalink
Upgrade to ghidra-native 0.4.4 aka sync processors
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored May 8, 2024
1 parent 2d19b9c commit be3e3cb
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.2
GHIDRA_NATIVE_COMMIT=0.4.4

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.2
set GNV=0.4.4

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

Expand Down

0 comments on commit be3e3cb

Please sign in to comment.