ADD: iso11784/85 FDX-B

ADD: the source from RevEng 1.30, got into the PM3 client.
This commit is contained in:
iceman1001
2015-06-07 11:35:49 +02:00
parent ad6219fc91
commit a71ece51e4
17 changed files with 3710 additions and 61 deletions

View File

@@ -113,13 +113,14 @@ CMDSRCS = nonce2key/crapto1.c\
pm3_bitlib.c\
aes.c\
protocols.c\
cmdcrc.c\
sha1.c\
# reveng/reveng.c\
# reveng/cli.c\
# reveng/bmpbit.c\
# reveng/model.c\
# reveng/poly.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)