]> git.zerfleddert.de Git - proxmark3-svn/commit - client/cmdhfmf.c
fix/add support for 4K (and other non 1K) card sizes in hf mf commands
authorpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 10 Sep 2014 17:04:50 +0000 (19:04 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 10 Sep 2014 17:04:50 +0000 (19:04 +0200)
commitbaeaf57950c5f1434ec496b2f7c8ef8597a70e7d
tree5d2040419df6b2e91e9311ca4612b345c7642df3
parentfdefed663faff5ac466943efba25d87090ba8cbb
fix/add support for 4K (and other non 1K) card sizes in hf mf commands
- hf mf rdsc (fix): didn't account for 16 block sectors, allowed max sector 63 instead of 39
- hf mf ecfill (add): added (optional) card size parameter and support for non 1K cards
- hf mf dump (add): added (optional) card size parameter and support for non 1K cards
- hf mf dump (fix): Access Condition 011 not handled correctly (tried to access with key A)
- hf mf restore (add): added (optional) card size parameter and support for non 1K cards
- hf mf nested (fix): didn't account for 16 block sectors, allowed max sector 63 instead of 39
- hf mf nested (fix): always dumped 16 keys to dumpkeys.bin instead of correct number
- hf mf chk (fix): always dumped 16 keys to dumpkeys.bin instead of correct number
- hf mf eget (fix): displayed three instead of one block
- hf mf eload (add): load 4K .eml files (but accepts 1K .eml files for backwards compatibility)
- hf mf esave (add): always save the whole emulator memory (4K) instead of 1K only
- hf mf ecfill (add): added (optional) card size parameter and support for non 1K cards
armsrc/mifarecmd.c
armsrc/mifareutil.c
armsrc/mifareutil.h
client/cmdhfmf.c
Impressum, Datenschutz