proxmark3/tools/Makefile

21 lines
497 B
Makefile
Raw Normal View History

2019-08-21 22:49:32 +08:00
MKDIR = mkdir -p
WGET = wget -N
TAR = tar Jxvf
GIT = git clone
get_craptev1:
2019-08-21 22:49:32 +08:00
$(WGET) http://crapto1.netgarage.org/craptev1-v1.1.tar.xz
$(TAR) craptev1-v1.1.tar.xz -C craptev1-v1.1
get_crapto1:
2019-08-21 22:49:32 +08:00
$(WGET) http://crapto1.netgarage.org/crapto1-v3.3.tar.xz
$(TAR) Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
get_xorsearch:
2019-08-21 22:49:32 +08:00
$(MKDIR) xorsearch
$(WGET) https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
2019-03-10 18:35:03 +08:00
# Mingw
2019-02-17 23:07:31 +08:00
# unzzip-big XORSearch_V1_11_2.zip
# linux
2019-03-12 07:12:26 +08:00
# gunzip XORSearch_V1_11_2.zip