ADD: experimantal test of adding "reveng 1.30" source code into the PM3 Client.

This commit is contained in:
iceman1001
2015-05-16 15:36:40 +02:00
parent 4d2e4eea58
commit 9962091e29
4 changed files with 75 additions and 10 deletions

View File

@@ -113,7 +113,12 @@ CMDSRCS = nonce2key/crapto1.c\
pm3_bitlib.c\
aes.c\
protocols.c\
cmdcrc.c\
# reveng/reveng.c\
# reveng/cli.c\
# reveng/bmpbit.c\
# reveng/model.c\
# reveng/poly.c\
COREOBJS = $(CORESRCS:%.c=$(OBJDIR)/%.o)
CMDOBJS = $(CMDSRCS:%.c=$(OBJDIR)/%.o)