proxmark3/armsrc
pwpiwi a8561e356b
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
2019-04-19 10:22:10 +02:00
..
obj
appmain.c fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
apps.h fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
BigBuf.c fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
BigBuf.h fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
epa.c add 14a apdu send framing (based on RRG repo PR86 by Merlokk) (#795) 2019-03-12 07:46:49 +01:00
epa.h
fonts.c
fonts.h
fpgaloader.c fix FpgaSetupSsc() (#807) 2019-03-26 21:50:41 +01:00
fpgaloader.h FPGA changes (#803) 2019-03-24 18:11:41 +01:00
hfsnoop.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
hfsnoop.h Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
hitag2.c fix hitag functions (issue #798) (#800) 2019-03-13 10:53:40 +01:00
hitag2.h fix hitag functions (issue #798) (#800) 2019-03-13 10:53:40 +01:00
hitagS.c fix hitag functions (issue #798) (#800) 2019-03-13 10:53:40 +01:00
hitagS.h fix hitag functions (issue #798) (#800) 2019-03-13 10:53:40 +01:00
i2c.c EVM fixes and additions (RRG repository PRs 78-82 by @merlokk) (#776) 2019-02-06 07:50:57 +01:00
i2c.h Add smartcard protocol T=0 (RRG repository PRs 71,72,74,75 by @merlokk) (#757) 2019-01-17 07:50:01 +01:00
iclass.c Added some LED utility functions (#802) 2019-03-15 07:41:07 +01:00
iso14443a.c fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
iso14443a.h fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
iso14443b.c FPGA changes (#803) 2019-03-24 18:11:41 +01:00
iso14443b.h FPGA changes (#803) 2019-03-24 18:11:41 +01:00
iso15693.c FPGA changes (#803) 2019-03-24 18:11:41 +01:00
iso15693.h Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
LCD.c
LCD.h
ldscript
legicrf.c Added support for Legic tags to hf search command (#815) 2019-04-12 08:52:18 +02:00
legicrf.h Legic Tag Simulator (#666) 2018-09-09 16:40:20 +02:00
legicrfsim.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
legicrfsim.h Legic Tag Simulator (#666) 2018-09-09 16:40:20 +02:00
lfops.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
lfsampling.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
lfsampling.h
Makefile Get rid of polarssl (#717) 2018-11-23 19:03:46 +01:00
mifarecmd.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
mifarecmd.h
mifaresim.c fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
mifaresim.h fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
mifaresniff.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
mifaresniff.h
mifareutil.c fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
mifareutil.h fix hf mf sim (#812) 2019-04-19 10:22:10 +02:00
optimized_cipher.c
optimized_cipher.h
pcf7931.c Add raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
pcf7931.h PCF7931: improved read code and implemented a simple password bruteforce (#745) 2019-01-06 18:33:06 +01:00
printf.c
printf.h
start.c
string.c
string.h
util.c Added some LED utility functions (#802) 2019-03-15 07:41:07 +01:00
util.h Added some LED utility functions (#802) 2019-03-15 07:41:07 +01:00