proxmark3/armsrc
pwpiwi ba778bc3c4
fix FpgaSetupSsc() (#807)
* ouch! Be aware that same major modes are used in LF and HF!
2019-03-26 21:50:41 +01:00
..
obj Add obj/.dummy for clients that don't track empty dirs 2010-02-20 21:20:47 +00:00
appmain.c FPGA changes (#803) 2019-03-24 18:11:41 +01:00
apps.h fix hitag functions (issue #798) (#800) 2019-03-13 10:53:40 +01:00
BigBuf.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
BigBuf.h fix hf mf sim (issue #412) (#419) 2017-10-20 17:55:13 +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 Add license headers to armsrc/bootrom/common stuff 2010-02-21 00:12:52 +00:00
fonts.h Add license headers to armsrc/bootrom/common stuff 2010-02-21 00:12:52 +00:00
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 iso14443b modifications (#804) 2019-03-24 18:04:42 +01:00
iso14443a.h add 14a apdu send framing (based on RRG repo PR86 by Merlokk) (#795) 2019-03-12 07:46:49 +01: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 major USB update 2012-12-04 23:39:18 +00:00
LCD.h Add license headers to armsrc/bootrom/common stuff 2010-02-21 00:12:52 +00:00
ldscript Compress the .data section as well (saves another 4KBytes and comes for free) 2015-05-26 08:31:32 +02:00
legicrf.c FPGA changes (#803) 2019-03-24 18:11:41 +01: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 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 raw HF signal plotting (#786) 2019-02-20 19:18:12 +01:00
mifarecmd.h add nested auth decoding to hf mf sniff 2018-02-09 15:50:55 +01:00
mifaresim.c RDV40 compatibility fixes (#678) 2018-09-21 08:27:35 +02:00
mifaresim.h fix hf mf sim (issue #412) (#419) 2017-10-20 17:55:13 +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 Change mbedtls initializers to be compatible with older versions of gcc (#732) 2018-12-06 07:53:25 +01:00
mifareutil.h Revert changes in hardnested nonces collection. Sacrifice some speed in favor of stability for some card types (#547) 2018-01-15 15:29:14 +01:00
optimized_cipher.c update license conditions in armsrc/optimized_cipher.[ch] (#554) 2018-01-31 08:14:56 +01:00
optimized_cipher.h update license conditions in armsrc/optimized_cipher.[ch] (#554) 2018-01-31 08:14:56 +01:00
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 Code cleanup (#616) 2018-06-13 08:13:20 +02:00
printf.h Fix a couple of warnings 2010-02-24 20:34:13 +00:00
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 ADD: added a lot of ic ids to cmdhf15.c Thanks to Asper for the list. 2015-01-07 21:06:15 +01:00
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 Added some LED utility functions (#802) 2019-03-15 07:41:07 +01:00