]> git.zerfleddert.de Git - proxmark3-svn/commit
fix hf mf sim (issue #412) (#419)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Fri, 20 Oct 2017 15:55:13 +0000 (17:55 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2017 15:55:13 +0000 (17:55 +0200)
commit6e49717b5e025b6ac7139b00f2f39d3b22b424a1
tree6827d1de8646f68b53dbe62f5ddbe02c245d5d4f
parented6f29f31736440f04743a62bfa0e1917044275e
fix hf mf sim (issue #412) (#419)

* move to separate files mifaresim.[ch]
* check CRC of commands
* don't execute commands without successfull authentication
* ensure correct timing of REQA, WUPA, ANTICOL and SELECT responses
* trace reader commands immediately, only fix start time after tag response. Decreases time to be ready for next reader command.
* remove iso14443-4 remnants
* trace raw reader commands instead of decrypted ones
* some refactoring

* fix hf mf sim
* timing: decrease time to get ready for new reader commands
armsrc/BigBuf.c
armsrc/BigBuf.h
armsrc/Makefile
armsrc/apps.h
armsrc/iclass.c
armsrc/iso14443a.c
armsrc/iso14443a.h
armsrc/mifaresim.c [new file with mode: 0644]
armsrc/mifaresim.h [new file with mode: 0644]
armsrc/mifareutil.c
armsrc/mifareutil.h
Impressum, Datenschutz