proxmark3/armsrc
micki.held@gmx.de 9492e0b098 Major rework of hf mf nested:
- PM: used GetCountMifare in MifareNested() for improved timing accuracy and to deliver better quality nonces
- PM: MifareNested now delivers exactly two different nonces to avoid time consuming multiple lfsr_recovery32() on client side
- Client: replaced quicksort by bucketsort in crapto1.c which is faster 
- Client: use multithreading (two parallel calls to lfsr_recovery32())
- Client: fixed a small bug in mfnested() (always showed trgkey=0)
- Client: introduced a mutex for PrintAndLog() to avoid interlaced printing
Minor rework of hf mf chk:
- Avoid time consuming off/on cycles. Send a "halt" instead.
2013-09-15 09:33:17 +00:00
..
obj
appmain.c Patch by jonor for raw ISO 1444B commands. See http://www.proxmark.org/forum/viewtopic.php?id=1729 for more info 2013-09-01 18:41:05 +00:00
apps.h Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
crapto1.c 1. Mifare read block command 2011-05-26 12:55:15 +00:00
crapto1.h 1. Mifare read block command 2011-05-26 12:55:15 +00:00
crypto1.c 1. Mifare read block command 2011-05-26 12:55:15 +00:00
epa.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
epa.h Basic support for EAC documents (e.g. German Identification Card) 2012-08-28 21:39:50 +00:00
fonts.c
fonts.h
fpgaloader.c major USB update 2012-12-04 23:39:18 +00:00
hitag2.c removed redundant function to compose reader short frame 2013-04-03 08:45:04 +00:00
iclass.c MAJOR update, added hitag2 reader, emulation and eavesdropping, lots of new code, including FPGA tweaks, part 2 2012-09-18 13:53:17 +00:00
iso14443.c Patch by jonor for raw ISO 1444B commands. See http://www.proxmark.org/forum/viewtopic.php?id=1729 for more info 2013-09-01 18:41:05 +00:00
iso14443a.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
iso14443a.h Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
iso15693.c fixed possibly uninitialized variables 2013-04-24 10:58:12 +00:00
LCD.c major USB update 2012-12-04 23:39:18 +00:00
LCD.h
ldscript
legicrf.c
legicrf.h
lfops.c Support for cloning to T55x7 at different clock rates & 134KHz 2013-05-12 08:11:00 +00:00
Makefile Finally, rewrote bootrom and flasher program, much faster now 2013-02-28 15:11:52 +00:00
mifarecmd.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
mifarecmd.h 1. updated usb commands 2011-06-17 18:39:54 +00:00
mifaresniff.c removed all old usb calls 2012-12-05 16:14:10 +00:00
mifaresniff.h hf mf sniff transfered parity from arm to decoding procedure 2012-07-17 15:19:15 +00:00
mifareutil.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
mifareutil.h Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
printf.c
printf.h
start.c
stdint.h
string.c
string.h
util.c Major rework of hf mf nested: 2013-09-15 09:33:17 +00:00
util.h 2013-07-08 17:56:05 +00:00