proxmark3/armsrc
pwpiwi d9de20fa4b
Fix 15 snoop (#752)
* fixing hf 15: implement hf 15 snoop
* rename hf 15 record to hf 15 snoop
* speedup sampling / decoding:
*   new FPGA mode FPGA_HF_READER_RX_XCORR_AMPLITUDE implements amplitude(ci, cq) on FPGA
*   inlining the decoders in iso15693.c
*   inlining memcpy/memset in LogTrace()
*   giving up the moving correlator for SOF in Handle15693SamplesFromTag
* decode more of EOF in Handle15693SamplesFromTag()
* some refactoring
2019-01-12 13:28:26 +01:00
..
obj
appmain.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
apps.h Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
BigBuf.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
BigBuf.h
epa.c FIDO U2F NFC authenticators (#697) 2018-11-17 20:22:21 +02:00
epa.h
fonts.c
fonts.h
fpgaloader.c Fix: accidentially deleted line in fpgaloader.c 2018-09-24 13:03:13 +02:00
fpgaloader.h Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
hfsnoop.c rework iso14443b device functions including FPGA I/Q signal transfer (#669) 2018-09-16 00:53:28 +02:00
hitag2.c Code cleanup (#616) 2018-06-13 08:13:20 +02:00
hitagS.c Update hitagS.c (#729) 2018-12-03 08:23:53 +01:00
i2c.c Emv commands work with smartcard interface (RfidResearchGroup PR67 by @Merlokk) (#743) 2019-01-05 09:47:12 +01:00
i2c.h RDV40 compatibility fixes (#678) 2018-09-21 08:27:35 +02:00
iclass.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
iso14443a.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
iso14443a.h FIDO U2F NFC authenticators (#697) 2018-11-17 20:22:21 +02:00
iso14443b.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
iso14443b.h
iso15693.c Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
iso15693.h Fix 15 snoop (#752) 2019-01-12 13:28:26 +01:00
LCD.c
LCD.h
ldscript
legicrf.c rework iso14443b device functions including FPGA I/Q signal transfer (#669) 2018-09-16 00:53:28 +02:00
legicrf.h Legic Tag Simulator (#666) 2018-09-09 16:40:20 +02:00
legicrfsim.c rework iso14443b device functions including FPGA I/Q signal transfer (#669) 2018-09-16 00:53:28 +02:00
legicrfsim.h Legic Tag Simulator (#666) 2018-09-09 16:40:20 +02:00
lfops.c Paradox clone functionality implemented (#747) 2019-01-05 09:48:59 +01:00
lfsampling.c rework iso14443b device functions including FPGA I/Q signal transfer (#669) 2018-09-16 00:53:28 +02:00
lfsampling.h
Makefile Get rid of polarssl (#717) 2018-11-23 19:03:46 +01:00
mifarecmd.c Code cleanup (#616) 2018-06-13 08:13:20 +02: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
mifaresniff.c Code cleanup (#616) 2018-06-13 08:13:20 +02: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 PCF7931: improved read code and implemented a simple password bruteforce (#745) 2019-01-06 18:33:06 +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
start.c
string.c
string.h
util.c Fix hf 15 sim (#696) 2018-10-23 08:22:13 +02:00
util.h Remove unused functions le32toh, le24toh, hextobinstring, binarraytobinstring, print_hex, print_hex_break, sprint_hex_ascii, sprint_ascii, SwapEndian64ex (#667) 2018-09-17 08:35:45 +02:00