proxmark3/include
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
..
at91sam7s512.h chg: smartcard , testing to use pwm clock instead of timer clock. 2018-04-16 19:58:49 +02:00
common.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
config_gpio.h chg: OR in values. 2018-07-02 18:54:12 +02:00
hitag2.h monster merge... 2017-07-30 09:17:48 +02:00
hitagS.h REM: rmove stdio.h reference to make it compile on Mac OS X 2016-05-09 08:12:43 +02:00
legic.h CHG: added addresize to legic select struct. 2016-09-29 17:43:39 +02:00
legic_prng.h In my attempts to make the LEGIC code better, its not working now. Timings if off. 2016-09-09 11:56:20 +02:00
mifare.h fix states and get rid of INS code in receive (that code checks by controller) 2018-12-18 14:33:28 +02:00
proxmark3.h chg: OR in registry changes when setting LOW or HIGH instead of assigning. A nicer behavior not messing with previous set bits. 2018-06-23 06:41:51 +02:00
usb_cmd.h ADD: 'lf t55xx deviceconfig' - command that allows for setting t55xx timings via the client. If run on a RDV40, it also saves the config to flashmemory. This gives you option to have custom timings for your custom antenna in order for your RDV40 to work optimal against a t55xx tag and with your custom antenna. (@iceman) 2018-09-11 18:35:07 +02:00