proxmark3/armsrc
marshmellow42 b97311b1bd lf improvements
fix noralsy demod bug (st should be true)
fix sprint_bin_break bug (didn't print last bit)
add a function to save/restore demodbuffer
remove redundant countFC call in PSKDemod
clean up pskclockdetect functions
fix indala26decode bug (end of data sometimes not correct)
improve PSK detection / demodulation
improve NRZ detection
improve t55xx commands & fix a few bugs
add t55xx page1 detection - added it to lf search
added experimental t55xx testmode write
2017-04-04 11:52:10 -04:00
..
obj Add obj/.dummy for clients that don't track empty dirs 2010-02-20 21:20:47 +00:00
aes.c fix issue #116: remove includes of stdio.h in armsrc 2015-06-18 11:33:53 +02:00
aes.h ADD: Midnitesnaks's & Pentura labs Ultralight-c modifications in ARMSRC. 2015-01-13 23:18:04 +01:00
appmain.c add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk 2017-03-27 10:29:44 +02:00
apps.h Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
BigBuf.c Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
BigBuf.h improve hf mf sim x reader attack 2016-06-22 11:03:37 -04:00
des.c Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
des.h Icemans UL-C Auth dev side fix plus a few other ... 2015-05-03 15:41:11 -04:00
epa.c add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk 2017-03-27 10:29:44 +02: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 add l/h option to hw tune and optimize order of tuning 2016-06-01 08:13:20 +01:00
fpgaloader.h add l/h option to hw tune and optimize order of tuning 2016-06-01 08:13:20 +01:00
hfsnoop.c fixing hf snoop: 2015-11-06 09:02:05 +01:00
hitag2.c hitag sim fix 2017-03-25 07:49:53 -04:00
hitagS.c hitag sim fix 2017-03-25 07:49:53 -04:00
iclass.c fix iclass write 2016-11-29 14:59:14 -05:00
iso14443a.c add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk 2017-03-27 10:29:44 +02:00
iso14443a.h add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk 2017-03-27 10:29:44 +02:00
iso14443b.c simplify some code, add comments 2016-03-19 00:09:58 -04:00
iso14443b.h ISO 14443 type B support for EPA functionality 2015-07-06 18:01:34 +02:00
iso15693.c simplify some code, add comments 2016-03-19 00:09:58 -04: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 Fixed all "misleading-indentation" warnings (fixes #187). 2016-09-26 21:15:49 +02:00
legicrf.h legic write/simulate [Anon] 2010-05-06 11:24:01 +00:00
lfops.c lf improvements 2017-04-04 11:52:10 -04:00
lfsampling.c shorten em4x05 capture samples 2017-02-20 17:39:39 -05:00
lfsampling.h shorten em4x05 capture samples 2017-02-20 17:39:39 -05:00
Makefile Refactor parity functions 2017-03-25 22:03:17 +01:00
mifarecmd.c add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk 2017-03-27 10:29:44 +02:00
mifarecmd.h Code cleanup: deduplicate crapto1 library (#228) 2017-03-09 11:12:50 +01:00
mifaresniff.c Code cleanup: deduplicate crapto1 library (#228) 2017-03-09 11:12:50 +01:00
mifaresniff.h Code cleanup: deduplicate crapto1 library (#228) 2017-03-09 11:12:50 +01:00
mifareutil.c Refactor parity functions 2017-03-25 22:03:17 +01:00
mifareutil.h Code cleanup: deduplicate crapto1 library (#228) 2017-03-09 11:12:50 +01:00
optimized_cipher.c Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
optimized_cipher.h Implemented the correct way to calculate MAC from a tag, feeding it an extra 32 zeroes. Also divided it up into two parts, one of which can be precalculated by the device before the simulation begins 2015-03-02 00:38:36 +01:00
pcf7931.c Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01:00
pcf7931.h Clean up pcf7931 2015-10-14 16:17:56 -04:00
printf.c Remove local armsrc/stdint.h and fix some other #includes 2017-03-06 19:22:35 +01: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 Add @Iceman1001 s cotag read 2017-02-03 00:14:34 -05:00
util.h Add @Iceman1001 s cotag read 2017-02-03 00:14:34 -05:00