proxmark3/client/loclass
pwpiwi ece38ef311 fix 'hf iclass reader' and 'hf iclass readblk'
* don't do READCHECK when not trying to authenticate
* standard LED handling
* remove unused FLAG_ICLASS_READER_ONLY_ONCE and FLAG_ICLASS_READER_ONE_TRY
* sanity check for negative times in TransmitTo15693Tag()
* increase reader timeout for 'hf 15' functions to be enough for slot 7 answers to ACTALL
* add 'hf iclass permute' inspired by RRG repository
* whitespace fixes
2019-10-27 17:32:22 +01:00
..
cipher.c fix hf iclass sim 2019-08-31 17:53:14 +02:00
cipher.h
cipherutils.c
cipherutils.h
elite_crack.c Merge branch 'master' into fix_iclass_sim 2019-09-24 19:34:05 +02:00
elite_crack.h fix 'hf iclass reader' and 'hf iclass readblk' 2019-10-27 17:32:22 +01:00
fileutils.c
fileutils.h
iclass_dump.bin Added loclass-functionality into the pm3,the functionality provided by loclass can now be invoked directly from the pm3. Also fixed some issues with how prnlog called PrintAndLog, and added some testdata for the loclass self-tests 2015-01-05 09:16:06 +01:00
ikeys.c Change mbedtls initializers to be compatible with older versions of gcc (#732) 2018-12-06 07:53:25 +01:00
ikeys.h
loclass_main.h
main.c