proxmark3/client/loclass
iceman1001 0fb0c35308 CHG: 'mem load' - the possibility to upload default_iclass_keys.dic, default_keys.dic, default_pwd.dic to predefined flashmemory sections. These will be used in pwd / key checking algorithms on device.
CHG: 'script run read_pwd_mem.lua' - script now can print those uploaded dictionary files.

How to upload
pm3 --> mem load f default_iclass_keys i
pm3 --> mem load f default_keys m
pm3 --> mem load f default_pwd t

How to validate / view
PM3 -->scr run read_pwd_mem -o 237568 -k 8
pm3 -->scr run read_pwd_mem -o 241664 -k 6
pm3 -->scr run read_pwd_mem -o 245760 -k 4
2019-01-01 18:01:40 +01:00
..
cipher.c fix: 'hf iclass loclass' - remove warning on gcc4.9.2 mingw. 2018-11-14 15:11:30 +01:00
cipher.h Update loclass license conditions, https://github.com/Proxmark/proxmark3/issues/527 2017-12-27 10:34:51 +01:00
cipherutils.c fix: 'hf iclass loclass' - remove warning on gcc4.9.2 mingw. 2018-11-14 15:11:30 +01:00
cipherutils.h Update loclass license conditions, https://github.com/Proxmark/proxmark3/issues/527 2017-12-27 10:34:51 +01:00
elite_crack.c fix: 'hf iclass loclass' - remove warning on gcc4.9.2 mingw. 2018-11-14 15:11:30 +01:00
elite_crack.h FIX: 'hf iclass sim 2' 2018-02-04 00:52:29 +01:00
fileutils.c CHG: 'mem load' - the possibility to upload default_iclass_keys.dic, default_keys.dic, default_pwd.dic to predefined flashmemory sections. These will be used in pwd / key checking algorithms on device. 2019-01-01 18:01:40 +01:00
fileutils.h CHG: 'mem load' - the possibility to upload default_iclass_keys.dic, default_keys.dic, default_pwd.dic to predefined flashmemory sections. These will be used in pwd / key checking algorithms on device. 2019-01-01 18:01:40 +01:00
hash1_brute.c chg: 'hf iclass sim' - turning of antenna after simulation is done. 2017-08-18 10:23:46 +02:00
hash1_brute.h chg: 'hf iclass sim' - turning of antenna after simulation is done. 2017-08-18 10:23:46 +02:00
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 fix: 'hf iclass loclass' - remove warning on gcc4.9.2 mingw. 2018-11-14 15:11:30 +01:00
ikeys.h Update loclass license conditions, https://github.com/Proxmark/proxmark3/issues/527 2017-12-27 10:34:51 +01:00
loclass information.txt add: information on loclass binary files 2018-04-05 11:41:48 +02:00
loclass_main.h Synchronized loclass library, imported the legal warning 2015-01-15 16:30:05 +01:00
main.c migrate PrintfAndLog() to PrintAndLogDevice() 2018-02-22 23:17:46 +08:00