]> git.zerfleddert.de Git - proxmark3-svn/commit
fix hf mf sim (#812)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Fri, 19 Apr 2019 08:22:10 +0000 (10:22 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2019 08:22:10 +0000 (10:22 +0200)
commita8561e356bd39b45e7ba4ae66e9ed6233b66a356
treea2f0af2b6d8a2f10525efee6cb20d4fccccaec68
parentbad582468fd7617e99db8c37789b5523e3ff6b9d
fix hf mf sim (#812)

* fix parity encryption (thanks to Eloff, http://www.proxmark.org/forum/viewtopic.php?id=6347)
* add support to simulate Mifare Mini, Mifare 2K and Mifare 4K
* change to standard LED handling (A: PM is working, B: reader is sending, C: tag is responding, D: HF field is on)
* NAK on unknown commands
* allow unencrypted HALT
* don't display messages during simulation (or we will miss next reader command)
* use DMA to receive reader command
* switch earlier from send to listen mode
* move ADC initializer to iso14443_setup
* remove remainders of incomplete Mifare 10Byte UID simulation
* show 'short' bytes (7Bits or 8Bits without parity) in 'hf list mf' and 'hf list 14a'
* whitespace
14 files changed:
CHANGELOG.md
armsrc/BigBuf.c
armsrc/BigBuf.h
armsrc/appmain.c
armsrc/apps.h
armsrc/iso14443a.c
armsrc/iso14443a.h
armsrc/mifaresim.c
armsrc/mifaresim.h
armsrc/mifareutil.c
armsrc/mifareutil.h
client/cmdhflist.c
client/cmdhfmf.c
include/usb_cmd.h
Impressum, Datenschutz