Skip to content

Commit

Permalink
Update ghidra-native-0.2.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 1, 2022
1 parent 31bde71 commit 1252cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-include config.mk
DESTDIR?=

GHIDRA_NATIVE_COMMIT=0.1.8
GHIDRA_NATIVE_COMMIT=0.2.0

ifeq ($(shell test -f config.mk && echo $$?),0)
all: ghidra-native ghidra-processors.txt
Expand Down
8 changes: 4 additions & 4 deletions preconfigure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ set VSARCH=x64

git submodule update --init

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

unzip -q ghidra-native-0.1.8.zip
unzip -q ghidra-native-0.2.0.zip
if %ERRORLEVEL% NEQ 0 (
powershell "Expand-Archive -LiteralPath ghidra-native-0.1.8.zip -DestinationPath ."
powershell "Expand-Archive -LiteralPath ghidra-native-0.2.0.zip -DestinationPath ."
)
ren ghidra-native-0.1.8 ghidra-native
ren ghidra-native-0.2.0 ghidra-native

REM call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
echo === Finding Visual Studio...
Expand Down

0 comments on commit 1252cbf

Please sign in to comment.