ADD: Added a new main command group "analyse", first one is the find the missing XOR in a LCR, it was a python script under /tools/xorfind.py

This commit is contained in:
iceman1001
2016-05-10 15:30:46 +02:00
parent 8085377413
commit 812513bf90
5 changed files with 100 additions and 8 deletions

View File

@@ -140,7 +140,9 @@ CMDSRCS = nonce2key/crapto1.c \
tea.c \
prng.c \
radixsort.c \
bucketsort.c
bucketsort.c \
cmdanalyse.c
ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED
#-DDEBUG -Dverbose=1