mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
- 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. |
||
---|---|---|
.. | ||
obj | ||
appmain.c | ||
apps.h | ||
crapto1.c | ||
crapto1.h | ||
crypto1.c | ||
epa.c | ||
epa.h | ||
fonts.c | ||
fonts.h | ||
fpgaloader.c | ||
hitag2.c | ||
iclass.c | ||
iso14443.c | ||
iso14443a.c | ||
iso14443a.h | ||
iso15693.c | ||
LCD.c | ||
LCD.h | ||
ldscript | ||
legicrf.c | ||
legicrf.h | ||
lfops.c | ||
Makefile | ||
mifarecmd.c | ||
mifarecmd.h | ||
mifaresniff.c | ||
mifaresniff.h | ||
mifareutil.c | ||
mifareutil.h | ||
printf.c | ||
printf.h | ||
start.c | ||
stdint.h | ||
string.c | ||
string.h | ||
util.c | ||
util.h |