add reveng-1.30

new command menu:
crc help
crc calc
crc calc -h for help on command set
This commit is contained in:
marshmellow42 2015-06-06 01:09:54 -04:00
commit fe81b47811
14 changed files with 3685 additions and 6 deletions

View file

@ -84,7 +84,7 @@ CMDSRCS = nonce2key/crapto1.c\
cmdhflegic.c \
cmdhficlass.c \
cmdhfmf.c \
cmdhfmfu.c \
cmdhfmfu.c \
cmdhw.c \
cmdlf.c \
cmdlfio.c \
@ -103,7 +103,13 @@ CMDSRCS = nonce2key/crapto1.c\
aes.c\
protocols.c\
sha1.c\
cmdcrc.c\
reveng/reveng.c\
reveng/cli.c\
reveng/bmpbit.c\
reveng/model.c\
reveng/poly.c\
reveng/getopt.c\
COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)
CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)