proxmark3/armsrc
pwpiwi 5b12974a7f fix 'hf iclass sim':
* chg to reader command decoder in iso15693.c (require no modulation before SOF)
* add 'has_been_low_for' logic to hi_simulate.v (same as in other FPGA modes, default to "no modulation")
* add simulation of chip status (IDLE, ACTIVE, SELECTED, HALTED)
* check ACSN on SELECT
* add simulation of RESELECT
* always check length of reader commands
* fix printing of NR, MAC in sim 2 mode
* fix response length to CHECK command
2019-09-24 19:23:21 +02:00
..
obj
appmain.c Merge branch 'master' into iclass_MAC_speedup 2019-08-24 18:27:01 +02:00
apps.h Merge branch 'master' into iclass_MAC_speedup 2019-08-24 18:27:01 +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 ISO 14443 type B support for EPA functionality 2015-07-06 18:01:34 +02:00
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 'lf hitag writer': add Hitag2 password auth 2019-08-22 07:54:55 +02:00
hitag2.h 'lf hitag writer': add Hitag2 password auth 2019-08-22 07:54:55 +02:00
hitagS.c 'lf hitag writer': add Hitag2 password auth 2019-08-22 07:54:55 +02: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 fix 'hf iclass sim': 2019-09-24 19:23:21 +02:00
iclass.h add iclass.h 2019-08-25 14:03:11 +02: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 fix 'hf iclass sim': 2019-09-24 19:23:21 +02:00
iso15693.h fix 'hf iclass sim': 2019-09-11 07:54:56 +02:00
LCD.c
LCD.h
ldscript Compress the .data section as well (saves another 4KBytes and comes for free) 2015-05-26 08:31:32 +02:00
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 update em4x05 timing (#846) 2019-07-11 20:31:51 +02:00
lfsampling.c add lf em 4x05protect plus lf config s option (#833) 2019-06-23 13:43:55 +02:00
lfsampling.h fix lf search bugs when no tag is on antenna 2017-11-10 15:57:55 -05:00
Makefile Get rid of polarssl (#717) 2018-11-23 19:03:46 +01:00
mifarecmd.c add: 'hf mf personalize' (personalize UID on Mifare Classic EV1 7byte UID cards) 2019-08-22 07:53:17 +02:00
mifarecmd.h add: 'hf mf personalize' (personalize UID on Mifare Classic EV1 7byte UID cards) 2019-08-22 07:53:17 +02:00
mifaresim.c fix 'hf mf sim': access conditions to write Key B were not decoded correctly 2019-08-01 10:55:47 -04: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 added magic cards 2018-01-17 16:01:56 +02:00
mifareutil.c add: 'hf mf personalize' (personalize UID on Mifare Classic EV1 7byte UID cards) 2019-08-22 07:53:17 +02:00
mifareutil.h upgrading 'hf mfu' (#830) 2019-06-06 07:33:12 +02:00
optimized_cipher.c iclass.c: speeding up MAC calculation 2019-08-24 18:21:01 +02:00
optimized_cipher.h cleaning up iclass.c and optimized_cipher.c 2019-08-22 07:44:02 +02:00
pcf7931.c PCF7931: Print found single/consecutive block(s), fixes to block 1 check 2019-08-22 07:51:46 +02:00
pcf7931.h PCF7931: improved read code and implemented a simple password bruteforce (#745) 2019-01-06 18:33:06 +01:00
printf.c Code cleanup (#616) 2018-06-13 08:13:20 +02:00
printf.h
start.c Compress the .data section as well (saves another 4KBytes and comes for free) 2015-05-26 08:31:32 +02:00
string.c
string.h Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
util.c Added some LED utility functions (#802) 2019-03-15 07:41:07 +01:00
util.h 'lf hitag writer': add Hitag2 password auth 2019-08-22 07:54:55 +02:00