mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-26 16:15:25 -07:00
fix. remove todo)
This commit is contained in:
parent
409fb65a3f
commit
b2ebbf3ed0
1 changed files with 1 additions and 2 deletions
|
@ -5131,7 +5131,7 @@ static int CmdHF14ADesReadData(const char *Cmd) {
|
||||||
"\n"
|
"\n"
|
||||||
"hf mfdes read --aid 123456 --fid 01 -> read file: app=123456, file=01, offset=0, all the data. use default channel settings from `default` command\n"
|
"hf mfdes read --aid 123456 --fid 01 -> read file: app=123456, file=01, offset=0, all the data. use default channel settings from `default` command\n"
|
||||||
"hf mfdes read --aid 123456 --fid 01 --type record --offset 000000 --length 000001 -> read one last record from record file. use default channel settings from `default` command\n"
|
"hf mfdes read --aid 123456 --fid 01 --type record --offset 000000 --length 000001 -> read one last record from record file. use default channel settings from `default` command\n"
|
||||||
"hf mfdes read --aid 123456 --fid 10 --type data -c iso -> read file via ISO channel: app=123456, short iso id=10, offset=0, all the data.\n");
|
"hf mfdes read --aid 123456 --fid 10 --type data -c iso -> read file via ISO channel: app=123456, short iso id=10, offset=0, all the data.\n"
|
||||||
"hf mfdes read --aid 123456 --isofid 1000 --type data -c iso -> read file via ISO channel: app=123456, iso id=1000, offset=0, all the data.");
|
"hf mfdes read --aid 123456 --isofid 1000 --type data -c iso -> read file via ISO channel: app=123456, iso id=1000, offset=0, all the data.");
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
@ -5760,7 +5760,6 @@ int CmdHFMFDes(const char *Cmd) {
|
||||||
|
|
||||||
ISO/IEC 7816 Cmds
|
ISO/IEC 7816 Cmds
|
||||||
-----------------
|
-----------------
|
||||||
'B0' Read Binary
|
|
||||||
'D6' Update Binary
|
'D6' Update Binary
|
||||||
'B2' Read Records
|
'B2' Read Records
|
||||||
'E2' Append Records
|
'E2' Append Records
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue